@charset "UTF-8";.searchBar{padding:40px 20px 60px;max-width:900px;margin:0 auto}.searchBar .type{display:flex;gap:0;margin-bottom:0;border-radius:20px 20px 0 0;background:#fff;box-shadow:0 8px 30px #0000001f;border:1px solid rgba(0,0,0,.06);border-bottom:none;padding:0}.searchBar .type button{flex:1;padding:16px 20px;border:none;border-radius:0;cursor:pointer;background:transparent;font-weight:700;font-size:16px;letter-spacing:.3px;transition:all .15s ease;position:relative;border-bottom:3px solid transparent}.searchBar .type button:nth-child(1){color:gray}.searchBar .type button:nth-child(1):hover{color:#1d4ed8;background:#e11d4808}.searchBar .type button:nth-child(1).active{color:#2563eb;border-bottom-color:#2563eb;background:#e11d480d}.searchBar .type button:nth-child(2){color:gray}.searchBar .type button:nth-child(2):hover{color:#1d4ed8;background:#2563eb08}.searchBar .type button:nth-child(2).active{color:#2563eb;border-bottom-color:#2563eb;background:#2563eb0d}.searchBar .type button:nth-child(3){color:gray}.searchBar .type button:nth-child(3):hover{color:#1d4ed8;background:#7c3aed08}.searchBar .type button:nth-child(3).active{color:#2563eb;border-bottom-color:#2563eb;background:#7c3aed0d}.searchBar .type button:nth-child(4){color:gray}.searchBar .type button:nth-child(4):hover{color:#1d4ed8;background:#7c3aed08}.searchBar .type button:nth-child(4).active{color:#2563eb;border-bottom-color:#2563eb;background:#7c3aed0d}.searchBar .type button:nth-child(5){color:gray}.searchBar .type button:nth-child(5):hover{color:#1d4ed8;background:#7c3aed08}.searchBar .type button:nth-child(5).active{color:#2563eb;border-bottom-color:#2563eb;background:#7c3aed0d}.searchBar .type button:focus{outline:none}@media (max-width: 1024px){.searchBar .type button{padding:12px 16px;font-size:13px}}.searchBar form{background:#fff;border-radius:0 0 20px 20px;box-shadow:0 8px 30px #0000001f;border:1px solid rgba(0,0,0,.06);border-top:none;display:flex;overflow:visible;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;position:relative}.searchBar form:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-2px)}.searchBar form:focus-within{box-shadow:0 0 0 3px #667eea1a;border-color:#667eea}@media (max-width: 1024px){.searchBar form{flex-direction:column;border-radius:16px}}.searchBar form select{padding:18px 45px 18px 20px;border:none;outline:none;background:transparent;font-size:14px;font-weight:500;color:#374151;cursor:pointer;min-width:180px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23667eea' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 16px center;background-repeat:no-repeat;background-size:16px;border-right:1px solid rgba(0,0,0,.08);transition:all .2s ease}.searchBar form select:hover{background-color:#667eea05}.searchBar form select:focus{background-color:#667eea0d}@media (max-width: 1024px){.searchBar form select{border-right:none;border-bottom:1px solid rgba(0,0,0,.08);padding:16px 20px}}.searchBar form .location-input-container{position:relative;flex:1;display:flex;align-items:center}.searchBar form .location-input-container input{width:100%;padding:18px 20px;border:none;outline:none;background:transparent;font-size:14px;color:#374151;font-weight:500;transition:all .2s ease}.searchBar form .location-input-container input::placeholder{color:#9ca3af;font-weight:400}.searchBar form .location-input-container input:disabled{background-color:#f9fafb80;color:#9ca3af;cursor:not-allowed}.searchBar form .location-input-container input:focus{background-color:#667eea05}@media (max-width: 1024px){.searchBar form .location-input-container input{padding:16px 20px}}.searchBar form .location-input-container .clear-search-btn{position:absolute;right:15px;top:50%;transform:translateY(-50%);background:#6b72801a;border:none;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280;font-size:12px;font-weight:700;transition:all .2s ease;z-index:10}.searchBar form .location-input-container .clear-search-btn:hover{background:#ef44441a;color:#ef4444;transform:translateY(-50%) scale(1.1)}.searchBar form .location-input-container .clear-search-btn:active{transform:translateY(-50%) scale(.95)}.searchBar form .location-input-container .search-type-indicator{position:absolute;right:15px;top:50%;transform:translateY(-50%);z-index:10}.searchBar form .location-input-container .search-type-indicator .keyword-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4px 10px;border-radius:12px;font-size:11px;font-weight:600;display:inline-flex;align-items:center;gap:4px;box-shadow:0 2px 8px #667eea4d;animation:pulse 2s ease-in-out infinite;white-space:nowrap}.searchBar form .location-input-container .suggestions-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border-radius:12px;box-shadow:0 12px 40px #00000026;border:1px solid rgba(0,0,0,.06);max-height:280px;overflow-y:auto;z-index:9999;margin-top:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.searchBar form .location-input-container .suggestions-dropdown .suggestion-item{padding:12px 20px;cursor:pointer;border-bottom:1px solid rgba(0,0,0,.04);transition:all .2s ease}.searchBar form .location-input-container .suggestions-dropdown .suggestion-item:hover{background:linear-gradient(135deg,#667eea0d,#764ba20d);transform:translate(4px)}.searchBar form .location-input-container .suggestions-dropdown .suggestion-item:last-child{border-bottom:none;border-radius:0 0 12px 12px}.searchBar form .location-input-container .suggestions-dropdown .suggestion-item:first-child{border-radius:12px 12px 0 0}.searchBar form .location-input-container .suggestions-dropdown .suggestion-item .suggestion-main{font-weight:600;color:#1f2937;font-size:14px;margin-bottom:2px}.searchBar form .location-input-container .suggestions-dropdown .suggestion-item .suggestion-sub{font-size:12px;color:#6b7280;font-weight:400}.searchBar form .location-input-container .loading-indicator{position:absolute;top:100%;left:0;right:0;background:#fff;border-radius:12px;box-shadow:0 8px 30px #0000001f;border:1px solid rgba(0,0,0,.06);padding:16px 20px;z-index:9999;margin-top:8px}.searchBar form .location-input-container .loading-indicator span{color:#667eea;font-weight:500;font-size:13px;display:flex;align-items:center;gap:8px}.searchBar form .location-input-container .loading-indicator span:before{content:"";width:16px;height:16px;border:2px solid #e5e7eb;border-top:2px solid #667eea;border-radius:50%;animation:spin 1s linear infinite}.searchBar form a{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:0 24px;min-width:80px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;border-radius:0 0 20px}.searchBar form a:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.searchBar form a:hover{transform:scale(1.05);box-shadow:0 8px 25px #667eea4d}.searchBar form a:hover:before{left:100%}.searchBar form a:active{transform:scale(.98)}.searchBar form a button{border:none;cursor:pointer;background:transparent;padding:18px 0;display:flex;align-items:center;justify-content:center}@media (max-width: 1024px){.searchBar form a button{padding:16px 0}}.searchBar form a button img{width:20px;height:20px;filter:brightness(0) invert(1);transition:transform .2s ease}.searchBar form a button:hover img{transform:scale(1.1)}@media (max-width: 1024px){.searchBar form a{border-radius:0 0 16px 16px;min-width:auto;padding:0 20px}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.02)}}@media (max-width: 1366px){.searchBar{padding:30px 15px 50px;max-width:100%}}@media (max-width: 1024px){.searchBar{padding:20px 15px 40px}.searchBar .type{border-radius:12px;margin-bottom:12px}.searchBar .type button{font-size:12px;padding:10px 12px}.searchBar form{box-shadow:0 6px 25px #0000001a}}@media (max-width: 738px){.searchBar{padding:15px 10px 30px}.searchBar .type button{padding:8px 10px;font-size:11px}}.homepage{padding-top:20px;padding-bottom:20px}.homepage .hero{background-size:cover;background-position:center;text-align:center;margin-bottom:30px;background-color:#f0f8ff;padding-top:20px;padding-bottom:70px;border-radius:10px;box-shadow:0 4px 8px #0000001a}.homepage .hero1{text-align:center;margin-bottom:30px;padding-top:20px;padding-bottom:20px;border-radius:10px;box-shadow:0 4px 8px #0000001a}.homepage .tagline{font-size:30px;font-weight:700;text-align:center;color:#0d47a1;font-style:normal}.homepage .tagline1{font-size:20px;font-weight:700;text-align:left;padding:20px;color:#0d47a1}.homepage .section-header{text-align:center;padding:20px;margin-bottom:20px}.homepage .section-title{font-size:1.8rem;font-weight:700;color:#0d47a1;margin:0 0 .5rem}.homepage .section-title .location-highlight{color:#f08080;font-size:1.8rem;font-weight:600}.homepage .section-subtitle{font-size:1rem;color:#666;margin:0;font-weight:400;line-height:1.4}.homepage .title{font-size:16px;font-weight:700}.homepage .boxes{display:flex;justify-content:space-between}.homepage .boxes h1{font-size:16px;font-weight:700;color:#0d47a1}.homepage .boxes h2{font-size:14px;font-weight:400;color:#708090}.homepage .boxes .box{flex:1;padding:10px;border:1px solid #eee;background-color:#f9f9f9;border-radius:5px;margin:0 10px}.homepage .boxes .box:hover{box-shadow:0 4px 8px #0000001a}.homepage .why-section{background:#f0f8ff;padding:60px 20px;margin-bottom:30px;border-radius:10px;box-shadow:0 4px 8px #0000001a}.homepage .why-container{max-width:1400px;margin:0 auto;padding:0 20px}.homepage .why-title{text-align:center;font-size:1.8rem;font-weight:700;margin-bottom:1rem;color:#0d47a1}.homepage .why-subtitle{text-align:center;font-size:1rem;color:#666;margin-bottom:3rem;font-weight:400}.homepage .why-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1.5rem;align-items:start}.homepage .why-item{text-align:center;padding:1.5rem 1rem;background:#fff;border-radius:15px;border:2px solid #f0f8ff;transition:all .3s ease;position:relative}.homepage .why-item:hover{transform:translateY(-5px);border-color:#0d47a1;box-shadow:0 15px 35px #0d47a11a}.homepage .why-item:hover .why-icon{background:linear-gradient(135deg,#0d47a1,#1565c0);color:#fff}.homepage .why-item h3{font-size:1.1rem;font-weight:600;margin:.8rem 0 .5rem;color:#0d47a1}.homepage .why-item p{font-size:.85rem;line-height:1.4;color:#555;margin:0}.homepage .why-icon{width:50px;height:50px;margin:0 auto .8rem;background:#f0f8ff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#0d47a1;transition:all .3s ease;border:2px solid #e3f2fd}.homepage .why-icon svg{width:24px;height:24px}@media (max-width: 1200px){.homepage .why-grid{grid-template-columns:repeat(3,1fr);gap:1.2rem}}@media (max-width: 768px){.homepage .why-section{padding:40px 10px}.homepage .why-title{font-size:1.5rem;margin-bottom:1rem}.homepage .why-subtitle{font-size:.9rem;margin-bottom:2rem}.homepage .why-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.homepage .why-item{padding:1.2rem .8rem}.homepage .why-item h3{font-size:1rem}.homepage .why-item p{font-size:.8rem}.homepage .why-icon{width:40px;height:40px}.homepage .why-icon svg{width:20px;height:20px}}@media (max-width: 480px){.homepage .why-grid{grid-template-columns:1fr}}@media (max-width: 768px){.homepage .section-header{padding:15px 10px}.homepage .section-title{font-size:1.5rem}.homepage .section-title .location-highlight{font-size:1.3rem}.homepage .section-subtitle{font-size:.9rem}}@media (max-width: 480px){.homepage .section-title{font-size:1.3rem}.homepage .section-title .location-highlight{font-size:1.1rem}.homepage .section-subtitle{font-size:.85rem}}.projectList{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px;margin-top:12px}.projectList.empty{color:#666;font-size:.9rem}.projectCard{background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;color:#222;display:flex;flex-direction:column;box-shadow:0 4px 14px #00000014;transition:.25s;position:relative}.projectCard.withActions{padding-bottom:50px}.projectCard.pendingApproval{border:2px solid #fbbf24;background:#fffbeb}.projectCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.projectCard .cardLink{text-decoration:none;color:inherit;display:flex;flex-direction:column;flex:1}.imageWrapper{position:relative;width:100%;aspect-ratio:16/10;overflow:hidden}.imageWrapper img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s}.imageWrapper video{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.video-play-indicator{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;background:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000004d;transition:all .3s ease;pointer-events:none}.video-play-indicator .play-icon{font-size:20px;color:#333;padding-left:4px}.projectCard:hover .video-play-indicator{transform:translate(-50%,-50%) scale(1.1);background:#fff}.projectCard:hover img{transform:scale(1.06)}.badge{position:absolute;top:8px;left:8px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:.65rem;font-weight:600;padding:4px 8px;border-radius:30px;letter-spacing:.5px;text-transform:uppercase}.badge.pending{background:linear-gradient(135deg,#fbbf24,#f59e0b);animation:pulse 2s ease-in-out infinite}.info{padding:12px 14px 16px;display:flex;flex-direction:column;gap:4px}.info h4{margin:0;font-size:1rem;line-height:1.2;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.loc{margin:0;font-size:.7rem;text-transform:uppercase;letter-spacing:.8px;color:#667089;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.approvalNotice{display:flex;align-items:center;gap:6px;background:#fef3c7;border:1px solid #fbbf24;border-radius:6px;padding:6px 10px;margin:4px 0;font-size:.7rem;font-weight:600;color:#92400e}.approvalNotice .icon{font-size:.85rem}.approvalNotice .text{line-height:1}.priceRange{margin:2px 0 0;font-size:.8rem;font-weight:600;color:#1e7f37}.config{margin:0;font-size:.7rem;color:#444;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.projectCard .cardActions{position:absolute;bottom:0;left:0;right:0;display:flex;gap:8px;padding:10px 12px;background:linear-gradient(180deg,#fff0,#fffffff2,#fff 40%);border-top:1px solid #e5e7eb}.projectCard .actionBtn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:6px 12px;border-radius:8px;font-size:.75rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .2s;white-space:nowrap}.projectCard .actionBtn:disabled{opacity:.6;cursor:not-allowed}.projectCard .editBtn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 2px 6px #667eea4d}.projectCard .editBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.projectCard .deleteBtn{background:#fff;color:#dc2626;border:1.5px solid #fca5a5}.projectCard .deleteBtn:hover:not(:disabled){background:#fef2f2;border-color:#dc2626;transform:translateY(-2px)}@media (max-width: 600px){.projectList{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}.info h4{font-size:.85rem}.priceRange{font-size:.7rem}.config,.loc{font-size:.6rem}.approvalNotice{font-size:.65rem;padding:5px 8px}.projectCard .cardActions{padding:8px 10px;gap:6px}.projectCard .actionBtn{font-size:.7rem;padding:5px 10px}}.modernPostCard{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;color:#1a1d29;display:flex;flex-direction:column;box-shadow:0 4px 14px #0000000f;transition:.28s;position:relative}.modernPostCard.withActions{padding-bottom:50px}.modernPostCard.pendingApproval{border:2px solid #fbbf24;background:#fffbeb}.modernPostCard:hover{transform:translateY(-4px);box-shadow:0 10px 28px #00000024}.modernPostCard .cardLink{text-decoration:none;color:inherit;display:flex;flex-direction:column;flex:1}.modernPostCard .imageWrapper{position:relative;width:100%;aspect-ratio:16/11;overflow:hidden;background:#f3f4f6}.modernPostCard .imageWrapper img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .7s ease}.modernPostCard .imageWrapper video{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.modernPostCard .video-play-indicator{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;background:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000004d;transition:all .3s ease;pointer-events:none}.modernPostCard .video-play-indicator .play-icon{font-size:20px;color:#333;padding-left:4px}.modernPostCard:hover .video-play-indicator{transform:translate(-50%,-50%) scale(1.1);background:#fff}.modernPostCard:hover .imageWrapper img{transform:scale(1.07)}.modernPostCard .badge{position:absolute;top:10px;left:10px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-size:.55rem;font-weight:600;padding:5px 9px;border-radius:30px;letter-spacing:.5px;text-transform:uppercase;box-shadow:0 2px 6px #00000040}.modernPostCard .badge.pending{background:linear-gradient(135deg,#fbbf24,#f59e0b);animation:pulse 2s ease-in-out infinite}.modernPostCard .badge.type{left:auto;right:10px;background:#111827}.modernPostCard .badge.type.buy{background:#2563eb}.modernPostCard .badge.type.sell{background:#dc2626}.modernPostCard .badge.type.rent{background:#059669}.modernPostCard .badge.type.pg{background:#7c3aed}.modernPostCard .info{padding:14px 16px 18px;display:flex;flex-direction:column;gap:6px}.modernPostCard .info h4{margin:0;font-size:1rem;line-height:1.25;font-weight:600;max-height:2.5em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.modernPostCard .loc{margin:0;font-size:.65rem;letter-spacing:.7px;color:#667089;text-transform:uppercase;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.modernPostCard .approvalNotice{display:flex;align-items:center;gap:6px;background:#fef3c7;border:1px solid #fbbf24;border-radius:6px;padding:6px 10px;margin:4px 0;font-size:.7rem;font-weight:600;color:#92400e}.modernPostCard .approvalNotice .icon{font-size:.85rem}.modernPostCard .approvalNotice .text{line-height:1}.modernPostCard .metaRow{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:2px}.modernPostCard .price{margin:0;font-size:.9rem;font-weight:700;color:#1e7f37}.modernPostCard .priceWords{margin:0;font-size:.6rem;color:#374151;font-weight:500;letter-spacing:.4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px}.modernPostCard .deposit-label{margin:0;font-size:.75rem;font-weight:600;color:#7c3aed;padding-left:8px;border-left:2px solid #e5e7eb}.modernPostCard .deposit-words{color:#6b7280;max-width:120px}.modernPostCard .specs{display:flex;align-items:center;gap:6px;margin-top:4px;font-size:.62rem;font-weight:600;color:#374151;flex-wrap:wrap}.modernPostCard .specs .dot{width:4px;height:4px;border-radius:50%;background:#9ca3af;display:inline-block}.modernPostCard .specs .ptype{text-transform:capitalize}.modernPostCard .cardActions{position:absolute;bottom:0;left:0;right:0;display:flex;gap:8px;padding:10px 12px;background:linear-gradient(180deg,#fff0,#fffffff2,#fff 40%);border-top:1px solid #e5e7eb}.modernPostCard .actionBtn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:6px 12px;border-radius:8px;font-size:.75rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .2s;white-space:nowrap}.modernPostCard .actionBtn:disabled{opacity:.6;cursor:not-allowed}.modernPostCard .editBtn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 2px 6px #667eea4d}.modernPostCard .editBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.modernPostCard .deleteBtn{background:#fff;color:#dc2626;border:1.5px solid #fca5a5}.modernPostCard .deleteBtn:hover:not(:disabled){background:#fef2f2;border-color:#dc2626;transform:translateY(-2px)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@media (max-width: 640px){.modernPostCard{border-radius:14px}.modernPostCard .info{padding:12px 12px 14px}.modernPostCard .info h4{font-size:.9rem}.modernPostCard .price{font-size:.85rem}.modernPostCard .priceWords{display:none}.modernPostCard .specs{font-size:.55rem}.modernPostCard .approvalNotice{font-size:.65rem;padding:5px 8px}.modernPostCard .cardActions{padding:8px 10px;gap:6px}.modernPostCard .actionBtn{font-size:.7rem;padding:5px 10px}}.modernPostGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px;margin-top:12px}.modernPostGrid.empty{color:#666;font-size:.9rem}@media (max-width: 640px){.modernPostGrid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}}.agentList{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:18px;margin-top:12px}.agentList.empty{color:#666;font-size:.9rem}.agentCard{position:relative;display:flex;flex-direction:column;gap:10px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:14px 14px 16px;text-decoration:none;color:#1a1d29;box-shadow:0 4px 14px #0000000f;transition:.25s}.agentCard:hover{transform:translateY(-4px);box-shadow:0 10px 26px #0000001f}.avatarWrap{position:relative;width:68px;height:68px;border-radius:50%;overflow:hidden;box-shadow:0 2px 8px #00000026;flex-shrink:0}.avatarWrap img{width:100%;height:100%;object-fit:cover;display:block}.typeBadge{position:absolute;bottom:-6px;left:50%;transform:translate(-50%);background:#111827;color:#fff;font-size:.55rem;font-weight:600;padding:4px 8px;border-radius:30px;letter-spacing:.5px;text-transform:uppercase;box-shadow:0 2px 6px #00000040}.typeBadge.agent{background:#2563eb}.typeBadge.builder{background:#7c3aed}.typeBadge.owner{background:#059669}.agentCard .info{display:flex;flex-direction:column;gap:4px}.agentCard h4{margin:0;font-size:.95rem;font-weight:600;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.agentCard .meta{margin:0;font-size:.65rem;text-transform:uppercase;letter-spacing:.7px;color:#667089;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.statsRow{display:flex;align-items:center;gap:6px;font-size:.62rem;font-weight:600;color:#374151;flex-wrap:wrap}.statsRow .dot{width:4px;height:4px;border-radius:50%;background:#9ca3af;display:inline-block}.since{font-size:.58rem;color:#6b7280;font-weight:500;margin-top:2px}@media (max-width: 640px){.agentList{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}.agentCard{padding:12px;border-radius:14px}.avatarWrap{width:58px;height:58px}.agentCard h4{font-size:.8rem}.agentCard .meta{font-size:.55rem}.statsRow{font-size:.52rem}}.listPage{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.listPage .pageHeader{background:#fff;border-bottom:1px solid #e1e5e9;box-shadow:0 2px 4px #0000000d;position:sticky;top:0;z-index:100}.listPage .pageHeader .headerContent{max-width:1400px;margin:0 auto;padding:20px;display:flex;justify-content:space-between;align-items:center;gap:20px}@media (max-width: 1024px){.listPage .pageHeader .headerContent{flex-direction:column;align-items:flex-start;gap:15px}}.listPage .pageHeader .headerContent .titleSection h1{margin:0;font-size:28px;font-weight:700;color:#2c3e50;line-height:1.2}@media (max-width: 1024px){.listPage .pageHeader .headerContent .titleSection h1{font-size:24px}}.listPage .pageHeader .headerContent .titleSection .resultCount{margin:5px 0 0;font-size:14px;color:#6c757d}.listPage .pageHeader .headerContent .titleSection .resultCount .location{color:#007bff;font-weight:500}.listPage .pageHeader .headerContent .headerControls{display:flex;align-items:center;gap:15px}.listPage .pageHeader .headerContent .headerControls .viewToggle{display:flex;background:#f8f9fa;border-radius:8px;padding:2px}.listPage .pageHeader .headerContent .headerControls .viewToggle button{padding:8px 12px;border:none;background:transparent;border-radius:6px;cursor:pointer;font-size:16px;transition:all .2s}.listPage .pageHeader .headerContent .headerControls .viewToggle button.active{background:#007bff;color:#fff}.listPage .pageHeader .headerContent .headerControls .viewToggle button:hover:not(.active){background:#e9ecef}.listPage .pageHeader .headerContent .headerControls .sortSelect{padding:8px 12px;border:1px solid #e1e5e9;border-radius:8px;background:#fff;font-size:14px;cursor:pointer;min-width:160px}.listPage .pageHeader .headerContent .headerControls .sortSelect:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.listPage .pageHeader .headerContent .headerControls .sortSelect option{padding:5px}.listPage .pageHeader .headerContent .headerControls .clearFilters{background:#dc3545;color:#fff;border:none;padding:8px 16px;border-radius:8px;font-size:14px;cursor:pointer;transition:all .2s}.listPage .pageHeader .headerContent .headerControls .clearFilters:hover{background:#c82333}.listPage .mainContent{max-width:1400px;margin:0 auto;padding:20px;display:grid;grid-template-columns:400px 1fr;gap:30px}@media (max-width: 1366px){.listPage .mainContent{grid-template-columns:1fr;gap:20px}}@media (max-width: 1024px){.listPage .mainContent{padding:15px}}.listPage .rightSection{display:flex;flex-direction:column;gap:25px}.listPage .leftSection{display:flex;flex-direction:column;gap:20px}@media (max-width: 1366px){.listPage .leftSection{display:none}}.listPage .sectionHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.listPage .sectionHeader h2,.listPage .sectionHeader h3{margin:0;font-size:20px;font-weight:600;color:#2c3e50;display:flex;align-items:center;gap:8px}.listPage .sectionHeader h3{font-size:16px}.listPage .sectionHeader .sectionMeta{font-size:14px;color:#6c757d;display:flex;align-items:center;gap:8px}@media (max-width: 1024px){.listPage .sectionHeader .sectionMeta{font-size:12px}}.listPage .sectionHeader .adBadge{background:linear-gradient(45deg,#ff6b35,#ff8e35);color:#fff;font-size:10px;padding:4px 8px;border-radius:12px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.listPage .sectionHeader .mapToggle{background:#007bff;color:#fff;border:none;padding:6px 12px;border-radius:6px;font-size:12px;cursor:pointer;transition:all .2s}.listPage .sectionHeader .mapToggle:hover{background:#0056b3}.listPage .filterSection{background:#fff;border-radius:12px;padding:25px;box-shadow:0 2px 10px #00000014;border:1px solid #e1e5e9}.listPage .filterSection .filterContent{margin-top:15px}.listPage .propertiesSection{background:#fff;border-radius:12px;padding:25px;box-shadow:0 2px 10px #00000014;border:1px solid #e1e5e9}.listPage .propertiesSection .propertiesContent{margin-top:15px}.listPage .propertiesSection .propertiesContent .modernPostGrid{margin-top:0}.listPage .statsSection{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 10px #00000014;border:1px solid #e1e5e9}.listPage .statsSection h3{margin:0 0 15px;font-size:16px;font-weight:600;color:#2c3e50}.listPage .statsSection .statsGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.listPage .statsSection .statsGrid .statCard{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:15px;border-radius:10px;text-align:center;display:flex;flex-direction:column;gap:5px}.listPage .statsSection .statsGrid .statCard:nth-child(2){background:linear-gradient(135deg,#f093fb,#f5576c)}.listPage .statsSection .statsGrid .statCard:nth-child(3){background:linear-gradient(135deg,#4facfe,#00f2fe)}.listPage .statsSection .statsGrid .statCard:nth-child(4){background:linear-gradient(135deg,#43e97b,#38f9d7)}.listPage .statsSection .statsGrid .statCard .statNumber{font-size:18px;font-weight:700}.listPage .statsSection .statsGrid .statCard .statLabel{font-size:12px;opacity:.9}.listPage .recommendationSection{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 10px #00000014;border:1px solid #e1e5e9}.listPage .recommendationSection .recommendationContent{margin-top:15px}.listPage .recommendationSection .viewAllButton{margin-top:15px;text-align:center}.listPage .recommendationSection .viewAllButton button{background:linear-gradient(45deg,#007bff,#0056b3);color:#fff;border:none;padding:10px 20px;border-radius:25px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s}.listPage .recommendationSection .viewAllButton button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #007bff4d}.listPage .mapSection{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 10px #00000014;border:1px solid #e1e5e9;min-height:300px}.listPage .mapSection .mapContainer{margin-top:15px;border-radius:8px;overflow:hidden;height:250px}.listPage .loadingState{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#6c757d}.listPage .loadingState .loadingSpinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #007bff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:15px}.listPage .errorState{text-align:center;padding:60px 20px;color:#dc3545}.listPage .errorState button{background:#dc3545;color:#fff;border:none;padding:10px 20px;border-radius:6px;margin-top:15px;cursor:pointer}.listPage .errorState button:hover{background:#c82333}.listPage .emptyState{text-align:center;padding:80px 20px;color:#6c757d}.listPage .emptyState .emptyIcon{font-size:64px;margin-bottom:20px}.listPage .emptyState h3{margin:0 0 10px;color:#495057}.listPage .emptyState p{margin:10px 0;font-size:14px}.listPage .emptyState .searchInfo{color:#495057;font-size:16px;margin:15px 0}.listPage .emptyState .searchInfo strong{color:#667eea}.listPage .emptyState .suggestions{list-style:none;padding:0;margin:20px auto;max-width:500px;text-align:left}.listPage .emptyState .suggestions li{padding:8px 12px;margin:8px 0;background:#f8f9fa;border-left:3px solid #667eea;border-radius:4px;font-size:14px;color:#495057}.listPage .emptyState .suggestions li:before{content:"💡 ";margin-right:8px}.listPage .loadingCard,.listPage .errorCard,.listPage .mapLoading,.listPage .mapError{background:#f8f9fa;border:1px dashed #dee2e6;border-radius:8px;padding:20px;text-align:center;color:#6c757d;font-size:14px}.listPage .loadingCard .retryButton,.listPage .errorCard .retryButton,.listPage .mapLoading .retryButton,.listPage .mapError .retryButton{background:#007bff;color:#fff;border:none;padding:8px 16px;border-radius:4px;margin-top:10px;cursor:pointer;font-size:12px;transition:background-color .2s}.listPage .loadingCard .retryButton:hover,.listPage .errorCard .retryButton:hover,.listPage .mapLoading .retryButton:hover,.listPage .mapError .retryButton:hover{background:#0056b3}.listPage .loadingCard small,.listPage .errorCard small,.listPage .mapLoading small,.listPage .mapError small{display:block;margin-top:5px;font-size:12px;opacity:.8}.listPage .mapModal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;z-index:9999;display:flex;flex-direction:column;animation:fadeIn .3s ease-in-out}.listPage .mapModal .mapModalHeader{background:#fff;padding:15px 20px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 4px #0000001a}.listPage .mapModal .mapModalHeader h2{margin:0;font-size:18px;font-weight:600;color:#2c3e50}.listPage .mapModal .mapModalHeader .closeMapButton{background:#dc3545;color:#fff;border:none;width:32px;height:32px;border-radius:50%;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.listPage .mapModal .mapModalHeader .closeMapButton:hover{background:#c82333;transform:scale(1.1)}.listPage .mapModal .mapModalContent{flex:1;position:relative}.listPage .mapModal .mapModalContent .map{height:100%!important;width:100%!important}.listPage .mapModal .mapModalContent .mapLoading,.listPage .mapModal .mapModalContent .mapError{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:20px;border-radius:8px;text-align:center}.listPage .agentList,.listPage .projectList{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.listPage .agentList .agentCard,.listPage .agentList .projectCard,.listPage .projectList .agentCard,.listPage .projectList .projectCard{padding:10px;border-radius:8px;background:#f8f9fa;border:1px solid #e9ecef;text-decoration:none;transition:all .2s}.listPage .agentList .agentCard:hover,.listPage .agentList .projectCard:hover,.listPage .projectList .agentCard:hover,.listPage .projectList .projectCard:hover{background:#e9ecef;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.listPage .agentList .agentCard,.listPage .projectList .agentCard{display:flex;flex-direction:column;align-items:center;text-align:center;min-height:80px}.listPage .agentList .agentCard .avatarWrap img,.listPage .projectList .agentCard .avatarWrap img{width:24px;height:24px;border-radius:50%}.listPage .agentList .agentCard .avatarWrap .typeBadge,.listPage .projectList .agentCard .avatarWrap .typeBadge{font-size:8px;padding:1px 4px;border-radius:3px;background:#007bff;color:#fff}.listPage .agentList .agentCard .info h4,.listPage .projectList .agentCard .info h4{font-size:11px;margin:5px 0 2px;color:#333}.listPage .agentList .agentCard .info .meta,.listPage .projectList .agentCard .info .meta{font-size:9px;color:#666}.listPage .agentList .agentCard .info .statsRow,.listPage .projectList .agentCard .info .statsRow{font-size:9px;color:#007bff;margin-top:2px}.listPage .agentList .projectCard,.listPage .projectList .projectCard{display:flex;flex-direction:column}.listPage .agentList .projectCard .imageWrapper img,.listPage .projectList .projectCard .imageWrapper img{width:100%;height:40px;object-fit:cover;border-radius:4px}.listPage .agentList .projectCard .imageWrapper .badge,.listPage .projectList .projectCard .imageWrapper .badge{background:#ff6b35;color:#fff;font-size:8px;padding:2px 4px;border-radius:3px}.listPage .agentList .projectCard .info h4,.listPage .projectList .projectCard .info h4{font-size:11px;margin:5px 0 2px;color:#333}.listPage .agentList .projectCard .info .loc,.listPage .agentList .projectCard .info .priceRange,.listPage .agentList .projectCard .info .config,.listPage .projectList .projectCard .info .loc,.listPage .projectList .projectCard .info .priceRange,.listPage .projectList .projectCard .info .config{font-size:9px;margin:1px 0}.listPage .agentList .projectCard .info .priceRange,.listPage .projectList .projectCard .info .priceRange{color:#007bff;font-weight:500}.listPage .nearbyPropertiesInfo .nearbyCount{font-size:14px;color:#6c757d;margin:0 0 15px;padding:10px 12px;background:#f8f9fa;border-radius:6px;border-left:3px solid #007bff}.listPage .nearbyPropertiesInfo .nearbyCount .searchContext{display:inline-block;font-size:11px;color:#6c757d;font-weight:400;margin-left:6px;padding:1px 4px;background:#007bff1a;border-radius:8px;border:1px solid rgba(0,123,255,.2)}.listPage .nearbyPropertiesList{display:flex;flex-direction:column;gap:12px}.listPage .nearbyPropertyCard{display:flex;gap:12px;padding:12px;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef;transition:all .2s}.listPage .nearbyPropertyCard:hover{background:#e9ecef;transform:translate(2px);box-shadow:0 2px 8px #0000001a}.listPage .nearbyPropertyCard .nearbyPropertyImage{position:relative;width:80px;height:60px;border-radius:6px;overflow:hidden;flex-shrink:0}.listPage .nearbyPropertyCard .nearbyPropertyImage img{width:100%;height:100%;object-fit:cover}.listPage .nearbyPropertyCard .nearbyPropertyImage .noImage{width:100%;height:100%;background:#dee2e6;display:flex;align-items:center;justify-content:center;font-size:20px;color:#6c757d}.listPage .nearbyPropertyCard .nearbyPropertyImage .featuredBadge{position:absolute;top:4px;left:4px;background:#ff6b35;color:#fff;font-size:8px;padding:2px 4px;border-radius:3px;font-weight:500}.listPage .nearbyPropertyCard .nearbyPropertyInfo{flex:1;min-width:0}.listPage .nearbyPropertyCard .nearbyPropertyInfo .nearbyPropertyTitle{margin:0 0 4px;font-size:13px;font-weight:600;line-height:1.2}.listPage .nearbyPropertyCard .nearbyPropertyInfo .nearbyPropertyTitle a{color:#333;text-decoration:none}.listPage .nearbyPropertyCard .nearbyPropertyInfo .nearbyPropertyTitle a:hover{color:#007bff;text-decoration:underline}.listPage .nearbyPropertyCard .nearbyPropertyInfo .nearbyPropertyLocation{margin:0 0 4px;font-size:11px;color:#666;display:flex;align-items:center;gap:4px}.listPage .nearbyPropertyCard .nearbyPropertyInfo .nearbyPropertyPrice{margin:0 0 6px;font-size:14px;font-weight:700;color:#007bff}.listPage .nearbyPropertyCard .nearbyPropertyInfo .nearbyPropertyMeta{display:flex;align-items:center;gap:8px;font-size:10px;color:#666}.listPage .nearbyPropertyCard .nearbyPropertyInfo .nearbyPropertyMeta span{display:flex;align-items:center;gap:2px}.listPage .nearbyPropertyCard .nearbyPropertyInfo .nearbyPropertyMeta .propertyType{background:#007bff;color:#fff;padding:2px 6px;border-radius:12px;font-size:9px;text-transform:uppercase;font-weight:500}.listPage .emptyCard{background:#f8f9fa;border:1px dashed #dee2e6;border-radius:8px;padding:20px;text-align:center;color:#6c757d;font-size:14px}.listPage .emptyCard p{margin:0}.listPage .nearbyPropertiesMainSection{background:#fff;border-radius:12px;padding:25px;box-shadow:0 2px 10px #00000014;border:1px solid #e1e5e9;margin-top:20px}.listPage .nearbyPropertiesMainSection .nearbyPropertiesMainContent .nearbyPropertiesInfo{margin-bottom:20px}.listPage .nearbyPropertiesMainSection .nearbyPropertiesMainContent .nearbyPropertiesInfo .nearbyCount{font-size:16px;color:#495057;margin:0;padding:12px 16px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:8px;border-left:4px solid #007bff}.listPage .nearbyPropertiesMainSection .nearbyPropertiesMainContent .nearbyPropertiesInfo .nearbyCount strong{color:#007bff}.listPage .nearbyPropertiesMainSection .nearbyPropertiesMainContent .nearbyPropertiesInfo .nearbyCount .searchContext{display:inline-block;font-size:12px;color:#6c757d;font-weight:400;margin-left:8px;padding:2px 6px;background:#007bff1a;border-radius:10px;border:1px solid rgba(0,123,255,.2)}.listPage .nearbyPropertiesMainSection .nearbyPropertiesMainContent .nearbyPropertiesGrid{margin-bottom:20px}.listPage .nearbyPropertiesMainSection .nearbyPropertiesMainContent .viewAllButton{text-align:center;padding-top:15px;border-top:1px solid #e1e5e9}.listPage .nearbyPropertiesMainSection .nearbyPropertiesMainContent .viewAllButton a{text-decoration:none}.listPage .nearbyPropertiesMainSection .nearbyPropertiesMainContent .viewAllButton button{background:linear-gradient(45deg,#007bff,#0056b3);color:#fff;border:none;padding:12px 24px;border-radius:25px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s}.listPage .nearbyPropertiesMainSection .nearbyPropertiesMainContent .viewAllButton button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #007bff4d}.filter{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000f;overflow:hidden;border:1px solid #e1e5e9}.filter .filterHeader{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:12px 16px}.filter .filterHeader .headerContent{display:flex;justify-content:space-between;align-items:center}.filter .filterHeader .headerContent h2{margin:0;font-size:14px;font-weight:600;display:flex;align-items:center;gap:6px}.filter .filterHeader .headerContent .toggleBtn{background:#fff3;border:none;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;cursor:pointer;transition:all .2s ease}.filter .filterHeader .headerContent .toggleBtn:hover{background:#ffffff4d}.filter .filterHeader .activeFilters{margin-top:8px;display:flex;flex-wrap:wrap;gap:4px}.filter .filterHeader .activeFilters .filterTag{display:inline-block;padding:3px 8px;background:#fff3;border-radius:12px;font-size:10px;font-weight:500;border:1px solid rgba(255,255,255,.3);color:#fff}.filter .sectionHeader{padding:8px 12px 4px;border-bottom:1px solid #f0f0f0}.filter .sectionHeader h3{margin:0;font-size:12px;font-weight:600;color:#2c3e50;display:flex;align-items:center;gap:4px}.filter .searchSection{border-bottom:1px solid #eee}.filter .searchSection .searchContent{padding:8px 12px 12px}.filter .searchSection .searchContent .locationCategoryGrid{display:grid;grid-template-columns:1fr 1fr;gap:8px}@media (max-width: 1024px){.filter .searchSection .searchContent .locationCategoryGrid{grid-template-columns:1fr;gap:6px}}.filter .searchSection .searchContent .searchInput-wrapper{position:relative}.filter .searchSection .searchContent .searchInput-wrapper .searchInput{width:100%;padding:8px 10px;border:1px solid #e9ecef;border-radius:6px;font-size:13px;transition:all .2s ease;background:#f8f9fa}.filter .searchSection .searchContent .searchInput-wrapper .searchInput:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 2px #667eea1a}.filter .searchSection .searchContent .searchInput-wrapper .searchInput:disabled{background:#f1f3f4;cursor:not-allowed}.filter .searchSection .searchContent .searchInput-wrapper .searchInput::placeholder{color:#6c757d;font-size:12px}.filter .searchSection .searchContent .searchInput-wrapper .suggestions-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #667eea;border-top:none;border-radius:0 0 6px 6px;z-index:1000;max-height:150px;overflow-y:auto;box-shadow:0 2px 8px #0000001a}.filter .searchSection .searchContent .searchInput-wrapper .suggestions-dropdown .suggestion-item{padding:6px 10px;cursor:pointer;border-bottom:1px solid #f8f9fa;transition:background-color .15s ease}.filter .searchSection .searchContent .searchInput-wrapper .suggestions-dropdown .suggestion-item:hover{background:#f8f9fa}.filter .searchSection .searchContent .searchInput-wrapper .suggestions-dropdown .suggestion-item:last-child{border-bottom:none}.filter .searchSection .searchContent .searchInput-wrapper .suggestions-dropdown .suggestion-item .suggestion-main{font-weight:500;color:#2c3e50;margin-bottom:1px;font-size:12px}.filter .searchSection .searchContent .searchInput-wrapper .suggestions-dropdown .suggestion-item .suggestion-sub{font-size:10px;color:#6c757d}.filter .searchSection .searchContent .searchInput-wrapper .loading-indicator{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #667eea;border-top:none;border-radius:0 0 6px 6px;padding:6px 10px;font-size:11px;color:#6c757d;z-index:1000;box-shadow:0 2px 8px #0000001a}.filter .searchSection .searchContent .searchInput-wrapper .search-type-indicator-filter{position:absolute;right:8px;top:50%;transform:translateY(-50%);z-index:10}.filter .searchSection .searchContent .searchInput-wrapper .search-type-indicator-filter .keyword-badge-filter{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3px 8px;border-radius:10px;font-size:10px;font-weight:600;display:inline-flex;align-items:center;gap:3px;box-shadow:0 2px 6px #667eea4d;animation:pulseBadge 2s ease-in-out infinite;white-space:nowrap}@keyframes pulseBadge{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.02)}}.filter .filtersSection{border-bottom:1px solid #eee}.filter .filtersSection .filtersGrid{padding:8px 12px 12px;display:grid;grid-template-columns:1fr 1fr;gap:8px}@media (max-width: 1024px){.filter .filtersSection .filtersGrid{grid-template-columns:1fr;gap:6px}}.filter .priceSection{border-bottom:1px solid #eee}.filter .priceSection .priceSliderSection{padding:8px 12px 6px}.filter .priceSection .priceSliderSection .sliderContainer .priceLabels{display:flex;justify-content:space-between;margin-bottom:6px}.filter .priceSection .priceSliderSection .sliderContainer .priceLabels .priceLabel{font-size:10px;font-weight:600;color:#667eea;background:#667eea1a;padding:2px 6px;border-radius:8px}.filter .priceSection .priceSliderSection .sliderContainer .dualSlider{position:relative;height:30px;margin-bottom:4px}.filter .priceSection .priceSliderSection .sliderContainer .dualSlider .slider{position:absolute;width:100%;height:4px;border-radius:2px;background:transparent;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;pointer-events:none}.filter .priceSection .priceSliderSection .sliderContainer .dualSlider .slider::-webkit-slider-track{width:100%;height:4px;border-radius:2px;background:#e9ecef}.filter .priceSection .priceSliderSection .sliderContainer .dualSlider .slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:14px;width:14px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);cursor:pointer;pointer-events:all;box-shadow:0 1px 4px #667eea4d;border:1px solid white;transition:all .2s ease}.filter .priceSection .priceSliderSection .sliderContainer .dualSlider .slider::-webkit-slider-thumb:hover{transform:scale(1.1)}.filter .priceSection .priceSliderSection .sliderContainer .dualSlider .slider::-moz-range-track{width:100%;height:4px;border-radius:2px;background:#e9ecef;border:none}.filter .priceSection .priceSliderSection .sliderContainer .dualSlider .slider::-moz-range-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:14px;width:14px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);cursor:pointer;pointer-events:all;box-shadow:0 1px 4px #667eea4d;border:1px solid white;transition:all .2s ease}.filter .priceSection .priceSliderSection .sliderContainer .dualSlider .slider::-moz-range-thumb:hover{transform:scale(1.1)}.filter .priceSection .priceSliderSection .sliderContainer .dualSlider .slider-min{z-index:1}.filter .priceSection .priceSliderSection .sliderContainer .dualSlider .slider-max{z-index:2}.filter .priceSection .priceSliderSection .sliderContainer .dualSlider:before{content:"";position:absolute;top:50%;transform:translateY(-50%);height:4px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px;z-index:0;left:0%;right:0%;pointer-events:none}.filter .priceSection .priceSliderSection .sliderContainer .rangeLabels{display:flex;justify-content:space-between;font-size:10px;color:#6c757d;margin-top:2px}.filter .priceSection .priceGrid{padding:6px 12px 12px;display:grid;grid-template-columns:1fr 1fr;gap:8px}@media (max-width: 1024px){.filter .priceSection .priceGrid{grid-template-columns:1fr;gap:6px}}.filter .filterGroup{display:flex;flex-direction:column;gap:3px}.filter .filterGroup label{font-size:11px;font-weight:600;color:#495057;margin-bottom:2px}.filter .filterGroup input,.filter .filterGroup select{padding:6px 8px;border:1px solid #e9ecef;border-radius:4px;font-size:12px;transition:all .2s ease;background:#f8f9fa}.filter .filterGroup input:focus,.filter .filterGroup select:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 1px #667eea1a}.filter .filterGroup .searchHint{font-size:10px;color:#6c757d;font-style:italic;margin-top:2px}.filter .filterGroup .searchHint::placeholder{color:#6c757d;font-size:11px}.filter .filterGroup select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 6px center;background-repeat:no-repeat;background-size:12px;padding-right:24px}.filter .actionSection{padding:12px;display:flex;flex-direction:row;gap:8px}@media (max-width: 1024px){.filter .actionSection{flex-direction:column;gap:6px}}.filter .actionSection .searchBtn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:8px 12px;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:4px;transition:all .2s ease;box-shadow:0 2px 6px #667eea4d;flex:2}.filter .actionSection .searchBtn:hover{transform:translateY(-1px);box-shadow:0 3px 8px #667eea66}.filter .actionSection .searchBtn:active{transform:translateY(0)}.filter .actionSection .searchBtn .searchIcon{font-size:12px}.filter .actionSection .resetBtn{background:transparent;color:#6c757d;border:1px solid #dee2e6;padding:6px 12px;border-radius:4px;font-size:11px;font-weight:500;cursor:pointer;transition:all .2s ease;flex:1;display:flex;align-items:center;justify-content:center;gap:4px}.filter .actionSection .resetBtn:hover{border-color:#adb5bd;color:#495057;background:#f8f9fa}.filter .actionSection .resetBtn .resetIcon{font-size:10px}@media (max-width: 1024px){.filter{border-radius:6px}.filter .filterHeader{padding:10px 12px}.filter .filterHeader .headerContent h2{font-size:13px}.filter .filterHeader .searchResults{margin-top:6px;padding:4px 6px;font-size:10px}.filter .sectionHeader{padding:6px 10px 3px}.filter .sectionHeader h3{font-size:11px}.filter .searchContent,.filter .filtersGrid,.filter .priceGrid{padding:6px 10px 10px}.filter .actionSection{padding:10px}.filter .filterGroup{gap:2px}.filter .filterGroup label{font-size:10px}.filter .filterGroup input,.filter .filterGroup select{padding:5px 7px;font-size:11px}}.map{width:100%;height:100%;border-radius:20px}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.popupContainer{display:flex;gap:20px}.popupContainer img{width:64px;height:48px;object-fit:cover;border-radius:5px}.popupContainer .textContainer{display:flex;flex-direction:column;justify-content:space-between}*{box-sizing:border-box;font-size:14px}html,body{font-family:Arial,Helvetica,sans-serif;margin:0;padding:0;overflow-x:hidden;overflow-y:auto}.layout-container{display:flex;flex-direction:column;min-height:100vh;overflow:visible}.breadcrumb-container{padding:0 10%}.row{display:flex;flex:1}.column.side{width:5%}.column.middle{width:90%;overflow:visible;min-height:fit-content}.column.middle::-webkit-scrollbar{display:none}.footer{display:none}@media (max-width: 600px){.column.side,.column.middle{width:100%}}.modern-navbar{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);position:sticky;top:0;z-index:1000}.modern-navbar .navbar-container{padding:0 10%;height:70px;display:flex;align-items:center;justify-content:space-between}@media (max-width: 1024px){.modern-navbar .navbar-container{padding:0 1rem;height:60px}}.modern-navbar .navbar-left{display:flex;align-items:center;gap:2rem}@media (max-width: 1024px){.modern-navbar .navbar-left{gap:1rem}}.modern-navbar .navbar-left .navbar-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;transition:transform .3s ease}.modern-navbar .navbar-left .navbar-logo:hover{transform:scale(1.05)}.modern-navbar .navbar-left .navbar-logo img{width:32px;height:32px}.modern-navbar .navbar-left .navbar-logo .logo-text{display:flex;align-items:center}@media (max-width: 738px){.modern-navbar .navbar-left .navbar-logo .logo-text{display:none}}.modern-navbar .navbar-left .navbar-logo .logo-text .brand-search{background:linear-gradient(135deg,#0d47a1,#1565c0,#0a3d62);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:1.75rem;font-weight:700;letter-spacing:-.025em;transition:all .3s ease}@supports not (-webkit-background-clip: text){.modern-navbar .navbar-left .navbar-logo .logo-text .brand-search{color:#0d47a1;background:none}}.modern-navbar .navbar-left .navbar-logo .logo-text .brand-my{background:linear-gradient(135deg,#dc2626,#ef4444,#b91c1c);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:1.75rem;font-weight:700;letter-spacing:-.025em;margin:0 .25rem;transition:all .3s ease}.modern-navbar .navbar-left .navbar-logo .logo-text .brand-my:hover{background:linear-gradient(135deg,#b91c1c,#dc2626,#ef4444);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;transform:translateY(-1px)}@supports not (-webkit-background-clip: text){.modern-navbar .navbar-left .navbar-logo .logo-text .brand-my{color:#dc2626;background:none}}.modern-navbar .navbar-left .navbar-logo .logo-text .brand-nest{background:linear-gradient(135deg,#0d47a1,#1565c0,#0a3d62);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:1.75rem;font-weight:700;letter-spacing:-.025em;transition:all .3s ease}@supports not (-webkit-background-clip: text){.modern-navbar .navbar-left .navbar-logo .logo-text .brand-nest{color:#0d47a1;background:none}}.modern-navbar .navbar-left .nav-links{display:flex;gap:1.5rem;margin-left:2rem}@media (max-width: 1366px){.modern-navbar .navbar-left .nav-links{gap:1rem;margin-left:1rem}}@media (max-width: 1024px){.modern-navbar .navbar-left .nav-links{display:none}}.modern-navbar .navbar-left .nav-links .nav-link{text-decoration:none;color:#374151;font-weight:500;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;position:relative}.modern-navbar .navbar-left .nav-links .nav-link:hover{background:#667eea1a;color:#667eea;transform:translateY(-1px)}.modern-navbar .navbar-left .nav-links .nav-link:after{content:"";position:absolute;bottom:-2px;left:50%;width:0;height:2px;background:#667eea;transition:all .3s ease;transform:translate(-50%)}.modern-navbar .navbar-left .nav-links .nav-link:hover:after{width:80%}.modern-navbar .navbar-left .navbar-nav{display:flex;gap:1.5rem}@media (max-width: 1024px){.modern-navbar .navbar-left .navbar-nav{display:none}}.modern-navbar .navbar-left .navbar-nav .nav-link{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;text-decoration:none;color:#374151;font-weight:500;border-radius:8px;transition:all .3s ease}.modern-navbar .navbar-left .navbar-nav .nav-link:hover{background:#667eea1a;color:#667eea;transform:translateY(-1px)}.modern-navbar .navbar-left .navbar-nav .nav-link .nav-icon{font-size:1.1rem}.modern-navbar .navbar-left .location-selector{position:relative}@media (max-width: 738px){.modern-navbar .navbar-left .location-selector{display:none}}.modern-navbar .navbar-left .location-selector .location-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#667eea1a;border:2px solid rgba(102,126,234,.2);border-radius:10px;color:#667eea;font-weight:500;cursor:pointer;transition:all .3s ease}.modern-navbar .navbar-left .location-selector .location-btn:hover{background:#667eea26;border-color:#667eea4d}.modern-navbar .navbar-left .location-selector .location-btn .location-icon{font-size:1rem}.modern-navbar .navbar-left .location-selector .location-btn .location-text{font-size:.9rem;max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.modern-navbar .navbar-left .location-selector .location-btn .dropdown-arrow{font-size:.7rem;transition:transform .3s ease}.modern-navbar .navbar-left .location-selector .location-btn .dropdown-arrow.open{transform:rotate(180deg)}.modern-navbar .navbar-left .location-selector .location-dropdown{position:absolute;top:calc(100% + 5px);left:0;background:#fff;border-radius:12px;box-shadow:0 10px 30px #00000026;border:1px solid rgba(0,0,0,.1);min-width:350px;z-index:1001;overflow:hidden}.modern-navbar .navbar-left .location-selector .location-dropdown .location-search{padding:1rem;border-bottom:1px solid #f3f4f6;position:relative}.modern-navbar .navbar-left .location-selector .location-dropdown .location-search input{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.9rem;outline:none;transition:border-color .3s ease}.modern-navbar .navbar-left .location-selector .location-dropdown .location-search input:focus{border-color:#667eea}.modern-navbar .navbar-left .location-selector .location-dropdown .location-search .clear-location-btn{position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);background:#f3f4f6;border:none;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:12px;color:#6b7280;transition:all .2s ease}.modern-navbar .navbar-left .location-selector .location-dropdown .location-search .clear-location-btn:hover{background:#e5e7eb;color:#374151}.modern-navbar .navbar-left .location-selector .location-dropdown .location-suggestions{max-height:200px;overflow-y:auto}.modern-navbar .navbar-left .location-selector .location-dropdown .location-suggestions .suggestion-item{padding:.75rem 1rem;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid #f9fafb}.modern-navbar .navbar-left .location-selector .location-dropdown .location-suggestions .suggestion-item:hover{background:#f8fafc}.modern-navbar .navbar-left .location-selector .location-dropdown .location-suggestions .suggestion-item:last-child{border-bottom:none}.modern-navbar .navbar-left .location-selector .location-dropdown .location-suggestions .suggestion-item .suggestion-location{display:block;font-weight:500;color:#374151;font-size:.9rem}.modern-navbar .navbar-left .location-selector .location-dropdown .location-suggestions .suggestion-item .suggestion-district{display:block;color:#6b7280;font-size:.8rem;margin-top:.25rem}.modern-navbar .navbar-left .location-selector .location-dropdown .popular-cities{padding:1rem;border-top:1px solid #f3f4f6}.modern-navbar .navbar-left .location-selector .location-dropdown .popular-cities .popular-label{font-size:.8rem;color:#667eea;font-weight:600;margin-bottom:.5rem;display:block}.modern-navbar .navbar-left .location-selector .location-dropdown .popular-cities .cities-list{display:flex;flex-wrap:wrap;gap:.5rem}.modern-navbar .navbar-left .location-selector .location-dropdown .popular-cities .cities-list .city-chip{padding:.25rem .75rem;background:#667eea1a;border:1px solid rgba(102,126,234,.2);border-radius:20px;color:#667eea;font-size:.8rem;cursor:pointer;transition:all .2s ease}.modern-navbar .navbar-left .location-selector .location-dropdown .popular-cities .cities-list .city-chip:hover{background:#667eea33}.modern-navbar .navbar-right{display:flex;align-items:center;justify-content:flex-end;gap:1rem;margin-left:auto}.modern-navbar .navbar-right .user-section,.modern-navbar .navbar-right .auth-section{display:flex;align-items:center;gap:1rem}@media (max-width: 1024px){.modern-navbar .navbar-right .user-section,.modern-navbar .navbar-right .auth-section{gap:.5rem}}.modern-navbar .navbar-right .create-post-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#667eea;color:#fff;text-decoration:none;border-radius:10px;font-weight:600;font-size:.9rem;transition:all .3s ease}.modern-navbar .navbar-right .create-post-btn:hover{transform:translateY(-2px);box-shadow:0 6px 10px #667eea99}@media (max-width: 738px){.modern-navbar .navbar-right .create-post-btn{padding:.75rem}.modern-navbar .navbar-right .create-post-btn .btn-text{display:none}}.modern-navbar .navbar-right .create-post-btn .btn-icon{font-size:1rem}.modern-navbar .navbar-right .create-post-btn .free-badge{font-size:10px;background:#ef4444;color:#f5f5f5;padding:2px 6px;border-radius:5px;margin-left:4px;font-weight:700}.modern-navbar .navbar-right .auth-section .auth-link{text-decoration:none;padding:.5rem 1rem;border-radius:8px;font-weight:500;transition:all .3s ease}.modern-navbar .navbar-right .auth-section .auth-link.signin{color:#374151}.modern-navbar .navbar-right .auth-section .auth-link.signin:hover{background:#0000000d}.modern-navbar .navbar-right .auth-section .auth-link.signup{color:#667eea;border:2px solid #667eea}.modern-navbar .navbar-right .auth-section .auth-link.signup:hover{background:#667eea;color:#fff}@media (max-width: 738px){.modern-navbar .navbar-right .auth-section .auth-link{display:none}}.modern-navbar .navbar-right .user-menu{position:relative}.modern-navbar .navbar-right .user-menu .user-avatar-btn{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background:#667eea1a;border:2px solid rgba(102,126,234,.2);border-radius:12px;cursor:pointer;transition:all .3s ease;position:relative}.modern-navbar .navbar-right .user-menu .user-avatar-btn:hover{background:#667eea26;border-color:#667eea4d}.modern-navbar .navbar-right .user-menu .user-avatar-btn .user-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.modern-navbar .navbar-right .user-menu .user-avatar-btn .user-name{font-weight:500;color:#374151;font-size:.9rem}@media (max-width: 738px){.modern-navbar .navbar-right .user-menu .user-avatar-btn .user-name{display:none}}.modern-navbar .navbar-right .user-menu .user-avatar-btn .notification-badge{position:absolute;top:-8px;right:-8px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;border:2px solid white}.modern-navbar .navbar-right .user-menu .user-avatar-btn .dropdown-arrow{font-size:.7rem;color:#6b7280;transition:transform .3s ease}.modern-navbar .navbar-right .user-menu .user-avatar-btn .dropdown-arrow.open{transform:rotate(180deg)}@media (max-width: 738px){.modern-navbar .navbar-right .user-menu .user-avatar-btn .dropdown-arrow{display:none}}.modern-navbar .navbar-right .user-menu .user-dropdown{position:absolute;top:calc(100% + 5px);right:0;background:#fff;border-radius:12px;box-shadow:0 10px 30px #00000026;border:1px solid rgba(0,0,0,.1);min-width:200px;z-index:1001;overflow:hidden}.modern-navbar .navbar-right .user-menu .user-dropdown .dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;text-decoration:none;color:#374151;font-weight:500;transition:background-color .2s ease;border:none;background:none;width:100%;text-align:left;cursor:pointer}.modern-navbar .navbar-right .user-menu .user-dropdown .dropdown-item:hover{background:#f8fafc}.modern-navbar .navbar-right .user-menu .user-dropdown .dropdown-item.logout-btn{color:#ef4444}.modern-navbar .navbar-right .user-menu .user-dropdown .dropdown-item.logout-btn:hover{background:#ef44441a}.modern-navbar .navbar-right .user-menu .user-dropdown .dropdown-item .item-icon{font-size:1rem}.modern-navbar .navbar-right .user-menu .user-dropdown .dropdown-divider{height:1px;background:#f3f4f6;margin:.5rem 0}.modern-navbar .navbar-right .mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem}@media (max-width: 1024px){.modern-navbar .navbar-right .mobile-menu-toggle{display:block}}.modern-navbar .navbar-right .mobile-menu-toggle .hamburger{display:flex;flex-direction:column;gap:3px;transition:all .3s ease}.modern-navbar .navbar-right .mobile-menu-toggle .hamburger span{width:20px;height:2px;background:#374151;transition:all .3s ease}.modern-navbar .navbar-right .mobile-menu-toggle .hamburger.open span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.modern-navbar .navbar-right .mobile-menu-toggle .hamburger.open span:nth-child(2){opacity:0}.modern-navbar .navbar-right .mobile-menu-toggle .hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.modern-navbar .navbar-right .mobile-menu{position:fixed;top:70px;left:0;right:0;background:#fff;transform:translateY(-100%);opacity:0;transition:all .3s ease;z-index:999;box-shadow:0 4px 20px #0000001a}@media (max-width: 1024px){.modern-navbar .navbar-right .mobile-menu{top:60px}}.modern-navbar .navbar-right .mobile-menu.open{transform:translateY(0);opacity:1}.modern-navbar .navbar-right .mobile-menu .mobile-menu-content{padding:1rem;max-height:calc(100vh - 70px);overflow-y:auto}@media (max-width: 1024px){.modern-navbar .navbar-right .mobile-menu .mobile-menu-content{max-height:calc(100vh - 60px)}}.modern-navbar .navbar-right .mobile-menu .mobile-menu-content .mobile-nav-item{display:flex;align-items:center;gap:1rem;padding:1rem;text-decoration:none;color:#374151;font-weight:500;border-radius:8px;transition:background-color .2s ease;border:none;background:none;width:100%;text-align:left;cursor:pointer}.modern-navbar .navbar-right .mobile-menu .mobile-menu-content .mobile-nav-item:hover{background:#f8fafc}.modern-navbar .navbar-right .mobile-menu .mobile-menu-content .mobile-nav-item.logout-btn{color:#ef4444}.modern-navbar .navbar-right .mobile-menu .mobile-menu-content .mobile-nav-item.logout-btn:hover{background:#ef44441a}.modern-navbar .navbar-right .mobile-menu .mobile-menu-content .mobile-nav-item .nav-icon{font-size:1.2rem}.modern-navbar .user-section .auth-link{text-decoration:none;padding:.5rem 1rem;border-radius:8px;font-weight:500;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;border:none;background:none;cursor:pointer;font-size:.9rem}.modern-navbar .user-section .auth-link.profile{color:#374151}.modern-navbar .user-section .auth-link.profile:hover{background:#667eea1a;color:#667eea}.modern-navbar .user-section .auth-link.profile img{width:24px;height:24px;border-radius:50%;object-fit:cover}.modern-navbar .user-section .auth-link.logout{color:#ef4444}.modern-navbar .user-section .auth-link.logout:hover{background:#ef4444;color:#fff}.modern-navbar .user-section .auth-link.logout .nav-icon{font-size:1rem}@media (max-width: 738px){.modern-navbar .user-section .auth-link{display:none}}.breadcrumb{padding:10px 0;margin-bottom:20px;background-color:#fff;border-radius:5px}.breadcrumb ol{list-style:none;margin:0;display:flex;align-items:center;flex-wrap:wrap;padding:0 15px}.breadcrumb ol li{display:flex;align-items:center;font-size:14px}.breadcrumb ol li a{color:#007bff;text-decoration:none;padding:5px 0}.breadcrumb ol li a:hover{color:#0056b3;text-decoration:underline}.breadcrumb ol li .separator{color:#6c757d;margin:0 8px;font-weight:400}.breadcrumb ol li .current{color:#6c757d;font-weight:500}.breadcrumb ol li:first-child .separator{display:none}@media (max-width: 768px){.breadcrumb ol{padding:0 10px}.breadcrumb ol li{font-size:12px}.breadcrumb ol li .separator{margin:0 5px}}.modern-footer{background:linear-gradient(135deg,#f8fafc,#e2e8f0)!important;background-color:#f1f5f9!important;color:#374151!important;margin-top:auto;width:100%;min-height:300px;border-top:1px solid #e5e7eb}.modern-footer .footer-container{padding:0 10%}@media (max-width: 1024px){.modern-footer .footer-container{padding:0 1rem}}.modern-footer .footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1.5fr;gap:3rem;padding:4rem 0 2rem}@media (max-width: 1366px){.modern-footer .footer-top{grid-template-columns:1fr 1fr 1fr;gap:2rem}}@media (max-width: 1024px){.modern-footer .footer-top{grid-template-columns:1fr 1fr;gap:2rem;padding:3rem 0 2rem}}@media (max-width: 738px){.modern-footer .footer-top{grid-template-columns:1fr;gap:2rem;padding:2rem 0 1rem}}.modern-footer .footer-column{display:flex;flex-direction:column;gap:1rem}@media (max-width: 1366px){.modern-footer .footer-column:first-child{grid-column:1/-1;max-width:none}}@media (max-width: 1024px){.modern-footer .footer-column:first-child{grid-column:1/-1}}.modern-footer .footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.modern-footer .footer-logo img{width:32px;height:32px}.modern-footer .footer-logo .logo-text{display:flex;align-items:center;gap:.2rem;font-weight:700;font-size:1.5rem}.modern-footer .footer-logo .logo-text .brand-search{color:#9ca3af;font-size:1.2rem}.modern-footer .footer-logo .logo-text .brand-my{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);padding:2px 6px;border-radius:4px;font-style:italic;font-size:1.2rem}.modern-footer .footer-logo .logo-text .brand-nest{color:#9ca3af;font-size:1.2rem}.modern-footer .footer-description{color:#6b7280;line-height:1.6;margin-bottom:1.5rem;max-width:300px}.modern-footer .social-links{display:flex;gap:1rem}.modern-footer .social-links .social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#667eea1a;border:1px solid rgba(102,126,234,.2);border-radius:50%;text-decoration:none;font-size:1.2rem;transition:all .3s ease}.modern-footer .social-links .social-link:hover{background:#667eea33;transform:translateY(-2px)}.modern-footer .footer-title{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#374151}.modern-footer .footer-links{list-style:none;padding:0;margin:0}.modern-footer .footer-links li{margin-bottom:.75rem}.modern-footer .footer-links li a{color:#6b7280;text-decoration:none;transition:color .3s ease;font-size:.9rem}.modern-footer .footer-links li a:hover{color:#667eea}.modern-footer .contact-info{margin-top:1rem}.modern-footer .contact-info .contact-item{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.9rem;margin-bottom:.5rem}.modern-footer .contact-info .contact-item .contact-icon{font-size:1rem}.modern-footer .footer-bottom{border-top:1px solid #e5e7eb;padding:1.5rem 0}.modern-footer .footer-bottom .footer-bottom-content{display:flex;justify-content:space-between;align-items:center}@media (max-width: 738px){.modern-footer .footer-bottom .footer-bottom-content{flex-direction:column;gap:1rem;text-align:center}}.modern-footer .footer-bottom .copyright{color:#6b7280;font-size:.9rem;margin:0}.modern-footer .footer-bottom .footer-bottom-links{display:flex;gap:2rem}@media (max-width: 738px){.modern-footer .footer-bottom .footer-bottom-links{gap:1rem}}.modern-footer .footer-bottom .footer-bottom-links a{color:#6b7280;text-decoration:none;font-size:.9rem;transition:color .3s ease}.modern-footer .footer-bottom .footer-bottom-links a:hover{color:#667eea}@media (max-width: 738px){.modern-footer .footer-top{text-align:center}.modern-footer .footer-logo,.modern-footer .social-links{justify-content:center}.modern-footer .footer-description{max-width:none}}:root{--primary-color: #667eea;--primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--success-color: #10b981;--danger-color: #ef4444;--warning-color: #f59e0b;--text-primary: #1f2937;--text-secondary: #6b7280;--text-muted: #9ca3af;--bg-primary: #ffffff;--bg-secondary: #f8fafc;--bg-accent: #f3f4f6;--border-color: #e5e7eb;--border-radius: 12px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .1);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 25px rgba(0, 0, 0, .1);--transition: all .3s cubic-bezier(.4, 0, .2, 1)}.singlePage{display:grid;grid-template-columns:1fr 400px;gap:2rem;max-width:1400px;margin:0 auto;padding:1rem;min-height:100vh;background:var(--bg-secondary)}@media (max-width: 1366px){.singlePage{grid-template-columns:1fr 350px;gap:1.5rem}}@media (max-width: 1024px){.singlePage{grid-template-columns:1fr;gap:1rem;padding:.5rem}}.singlePage .error-banner{position:fixed;top:20px;left:50%;transform:translate(-50%);background:var(--danger-color);color:#fff;padding:1rem 1.5rem;border-radius:var(--border-radius);box-shadow:var(--shadow-lg);z-index:1000;display:flex;align-items:center;gap:.5rem;animation:slideInDown .3s ease-out}.singlePage .error-banner .error-close{background:none;border:none;color:#fff;cursor:pointer;padding:.25rem;margin-left:1rem;border-radius:4px;transition:var(--transition)}.singlePage .error-banner .error-close:hover{background:#fff3}.singlePage.loading{display:flex;align-items:center;justify-content:center}.singlePage.loading .loading-spinner{font-size:1.2rem;color:var(--text-secondary)}.singlePage .details{background:var(--bg-primary);border-radius:var(--border-radius);box-shadow:var(--shadow-md);overflow:hidden;height:fit-content}.singlePage .details .wrapper{display:flex;flex-direction:column}.singlePage .details .wrapper .info{padding:2rem}.singlePage .details .wrapper .info .property-header{margin-bottom:2rem}.singlePage .details .wrapper .info .property-header .property-main .property-title{font-size:2rem;font-weight:700;color:var(--text-primary);margin:0 0 1rem;line-height:1.2}@media (max-width: 1024px){.singlePage .details .wrapper .info .property-header .property-main .property-title{font-size:1.5rem}}.singlePage .details .wrapper .info .property-header .property-main .property-location{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.singlePage .details .wrapper .info .property-header .property-main .property-location .location-icon{font-size:1.2rem;color:var(--primary-color)}.singlePage .details .wrapper .info .property-header .property-main .property-location .property-address{color:var(--text-secondary);font-size:1rem;font-style:normal}.singlePage .details .wrapper .info .property-header .property-main .property-price{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);padding:1.5rem;border-radius:var(--border-radius);border-left:4px solid var(--primary-color);margin-bottom:1.5rem;display:flex;flex-direction:column;gap:1rem}@media (max-width: 1024px){.singlePage .details .wrapper .info .property-header .property-main .property-price{padding:1rem}}.singlePage .details .wrapper .info .property-header .property-main .property-price .price-section .price-amount{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}@media (max-width: 1024px){.singlePage .details .wrapper .info .property-header .property-main .property-price .price-section .price-amount{font-size:2rem}}@media (max-width: 738px){.singlePage .details .wrapper .info .property-header .property-main .property-price .price-section .price-amount{font-size:1.75rem}}.singlePage .details .wrapper .info .property-header .property-main .property-price .price-section .price-words{font-size:1rem;color:var(--text-secondary);font-style:italic}@media (max-width: 738px){.singlePage .details .wrapper .info .property-header .property-main .property-price .price-section .price-words{font-size:.875rem}}.singlePage .details .wrapper .info .property-header .property-main .property-price .price-section.deposit-section{margin-top:1.5rem;padding-top:1rem;border-top:2px solid rgba(124,58,237,.2)}.singlePage .details .wrapper .info .property-header .property-main .property-price .price-section.deposit-section .deposit-label{font-size:.875rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.singlePage .details .wrapper .info .property-header .property-main .property-price .price-section.deposit-section .price-amount{font-size:1.75rem;color:#7c3aed}@media (max-width: 1024px){.singlePage .details .wrapper .info .property-header .property-main .property-price .price-section.deposit-section .price-amount{font-size:1.5rem}}@media (max-width: 738px){.singlePage .details .wrapper .info .property-header .property-main .property-price .price-section.deposit-section .price-amount{font-size:1.25rem}}.singlePage .details .wrapper .info .property-header .property-main .property-price .price-section.deposit-section .price-words{font-size:.875rem;color:#6b7280}.singlePage .details .wrapper .info .property-header .property-main .property-price .specs-inline{display:flex;flex-wrap:wrap;gap:1rem;padding-top:1rem;border-top:1px solid rgba(102,126,234,.2)}@media (max-width: 738px){.singlePage .details .wrapper .info .property-header .property-main .property-price .specs-inline{gap:.75rem;padding-top:.75rem}}.singlePage .details .wrapper .info .property-header .property-main .property-price .specs-inline .spec-item{display:flex;align-items:center;gap:.5rem;background:#ffffffb3;padding:.5rem .75rem;border-radius:8px;border:1px solid rgba(102,126,234,.15);transition:var(--transition)}.singlePage .details .wrapper .info .property-header .property-main .property-price .specs-inline .spec-item:hover{background:#ffffffe6;transform:translateY(-1px);box-shadow:var(--shadow-sm)}@media (max-width: 738px){.singlePage .details .wrapper .info .property-header .property-main .property-price .specs-inline .spec-item{padding:.375rem .5rem;gap:.375rem}}.singlePage .details .wrapper .info .property-header .property-main .property-price .specs-inline .spec-item .spec-icon{font-size:1rem;flex-shrink:0}@media (max-width: 738px){.singlePage .details .wrapper .info .property-header .property-main .property-price .specs-inline .spec-item .spec-icon{font-size:.875rem}}.singlePage .details .wrapper .info .property-header .property-main .property-price .specs-inline .spec-item .spec-value{font-weight:700;color:var(--primary-color);font-size:1rem}@media (max-width: 738px){.singlePage .details .wrapper .info .property-header .property-main .property-price .specs-inline .spec-item .spec-value{font-size:.875rem}}.singlePage .details .wrapper .info .property-header .property-main .property-price .specs-inline .spec-item .spec-label{color:var(--text-secondary);font-size:.875rem;font-weight:500}@media (max-width: 738px){.singlePage .details .wrapper .info .property-header .property-main .property-price .specs-inline .spec-item .spec-label{font-size:.75rem}}.singlePage .details .wrapper .info .property-header .property-main .quick-stats{display:flex;gap:2rem}@media (max-width: 738px){.singlePage .details .wrapper .info .property-header .property-main .quick-stats{gap:1rem}}.singlePage .details .wrapper .info .property-header .property-main .quick-stats .stat-item{display:flex;align-items:center;gap:.5rem;transition:var(--transition)}.singlePage .details .wrapper .info .property-header .property-main .quick-stats .stat-item.views-updated{animation:viewsUpdate 1s ease-out}.singlePage .details .wrapper .info .property-header .property-main .quick-stats .stat-item .stat-icon{font-size:1.2rem}.singlePage .details .wrapper .info .property-header .property-main .quick-stats .stat-item .stat-value{font-weight:600;color:var(--text-primary)}.singlePage .details .wrapper .info .property-header .property-main .quick-stats .stat-item .stat-label{color:var(--text-secondary);font-size:.875rem}.singlePage .details .wrapper .agent-card{background:var(--bg-accent);border-radius:var(--border-radius);padding:1.5rem;margin-bottom:2rem}.singlePage .details .wrapper .agent-card .agent-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}@media (max-width: 738px){.singlePage .details .wrapper .agent-card .agent-header{flex-direction:column;align-items:flex-start;gap:.75rem}}.singlePage .details .wrapper .agent-card .section-title{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0;flex:1}.singlePage .details .wrapper .agent-card .agent-info{display:flex;gap:1rem;align-items:flex-start}.singlePage .details .wrapper .agent-card .agent-info .agent-avatar img{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid var(--bg-primary);box-shadow:var(--shadow-sm)}.singlePage .details .wrapper .agent-card .agent-info .agent-details{flex:1}.singlePage .details .wrapper .agent-card .agent-info .agent-details .agent-name{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0 0 .25rem}.singlePage .details .wrapper .agent-card .agent-info .agent-details .agent-type{color:var(--primary-color);font-weight:500;margin:0 0 1rem}.singlePage .details .wrapper .agent-card .agent-info .agent-details .contact-info{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.singlePage .details .wrapper .agent-card .agent-info .agent-details .contact-info .contact-item{display:flex;align-items:center;gap:.5rem}.singlePage .details .wrapper .agent-card .agent-info .agent-details .contact-info .contact-item .contact-icon{font-size:1rem}.singlePage .details .wrapper .agent-card .agent-info .agent-details .contact-info .contact-item .contact-link{color:var(--primary-color);text-decoration:none;transition:var(--transition)}.singlePage .details .wrapper .agent-card .agent-info .agent-details .contact-info .contact-item .contact-link:hover{text-decoration:underline}.singlePage .details .wrapper .agent-card .agent-info .agent-details .company-info .info-item{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid var(--border-color)}.singlePage .details .wrapper .agent-card .agent-info .agent-details .company-info .info-item:last-child{border-bottom:none}.singlePage .details .wrapper .agent-card .agent-info .agent-details .company-info .info-item .info-label{font-weight:500;color:var(--text-secondary)}.singlePage .details .wrapper .agent-card .agent-info .agent-details .company-info .info-item .info-value{color:var(--text-primary);text-align:right}.singlePage .details .wrapper .agent-card .agent-actions{display:flex;gap:.5rem;flex-shrink:0}@media (max-width: 738px){.singlePage .details .wrapper .agent-card .agent-actions{width:100%;justify-content:flex-end}}.singlePage .details .wrapper .agent-card .agent-actions button{display:flex;align-items:center;justify-content:center;gap:.375rem;padding:.375rem .75rem;border:none;border-radius:20px;font-weight:500;font-size:.8rem;cursor:pointer;transition:var(--transition);text-decoration:none;min-width:auto;white-space:nowrap}@media (max-width: 738px){.singlePage .details .wrapper .agent-card .agent-actions button{padding:.375rem .625rem;font-size:.75rem}}@media (max-width: 480px){.singlePage .details .wrapper .agent-card .agent-actions button{padding:.375rem;min-width:36px}.singlePage .details .wrapper .agent-card .agent-actions button .btn-text{display:none}.singlePage .details .wrapper .agent-card .agent-actions button .btn-icon{margin:0}}.singlePage .details .wrapper .agent-card .agent-actions button:disabled{opacity:.6;cursor:not-allowed}.singlePage .details .wrapper .agent-card .agent-actions button .btn-icon{font-size:1rem;flex-shrink:0}.singlePage .details .wrapper .agent-card .agent-actions button .btn-text{font-size:.8rem}.singlePage .details .wrapper .agent-card .agent-actions .contact-btn{background:var(--primary-gradient);color:#fff;box-shadow:var(--shadow-sm)}.singlePage .details .wrapper .agent-card .agent-actions .contact-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:var(--shadow-md)}.singlePage .details .wrapper .agent-card .agent-actions .save-btn{background:var(--bg-primary);color:var(--text-primary);border:1.5px solid var(--border-color)}.singlePage .details .wrapper .agent-card .agent-actions .save-btn.saved{background:#fef3c7;border-color:var(--warning-color);color:#92400e}.singlePage .details .wrapper .agent-card .agent-actions .save-btn:hover:not(:disabled){border-color:var(--primary-color);color:var(--primary-color);transform:translateY(-1px)}.singlePage .details .wrapper .agent-card .agent-actions .save-btn:hover:not(:disabled).saved{background:#fed7aa;border-color:#ea580c;color:#9a3412}.singlePage .details .wrapper .property-description .section-title{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0 0 1rem}.singlePage .details .wrapper .property-description .description-content{color:var(--text-secondary);line-height:1.7;font-size:1rem}.singlePage .details .wrapper .property-description .description-content p{margin-bottom:1rem}.singlePage .details .wrapper .property-description .description-content ul,.singlePage .details .wrapper .property-description .description-content ol{padding-left:1.5rem}.singlePage .details .wrapper .property-description .description-content ul li,.singlePage .details .wrapper .property-description .description-content ol li{margin-bottom:.5rem}.features{display:flex;flex-direction:column;gap:1.5rem;height:fit-content}.features .wrapper{display:flex;flex-direction:column;gap:1.5rem}.features .wrapper .section-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid var(--primary-color);display:inline-block}.features .wrapper .property-details,.features .wrapper .status-details{background:var(--bg-primary);border-radius:var(--border-radius);padding:1.5rem;box-shadow:var(--shadow-sm)}.features .wrapper .property-details .details-grid,.features .wrapper .status-details .details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}@media (max-width: 1024px){.features .wrapper .property-details .details-grid,.features .wrapper .status-details .details-grid{grid-template-columns:1fr}}.features .wrapper .property-details .detail-card,.features .wrapper .status-details .detail-card{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:var(--bg-secondary);border-radius:8px;transition:var(--transition)}.features .wrapper .property-details .detail-card:hover,.features .wrapper .status-details .detail-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.features .wrapper .property-details .detail-card .detail-icon,.features .wrapper .status-details .detail-card .detail-icon{font-size:1.5rem;background:var(--primary-color);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.features .wrapper .property-details .detail-card .detail-content .detail-title,.features .wrapper .status-details .detail-card .detail-content .detail-title{font-size:.875rem;font-weight:600;color:var(--text-secondary);margin:0 0 .25rem;text-transform:uppercase;letter-spacing:.05em}.features .wrapper .property-details .detail-card .detail-content .detail-value,.features .wrapper .status-details .detail-card .detail-content .detail-value{font-size:1rem;font-weight:500;color:var(--text-primary);margin:0}.features .wrapper .property-features{background:var(--bg-primary);border-radius:var(--border-radius);padding:1.5rem;box-shadow:var(--shadow-sm)}.features .wrapper .property-features .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.features .wrapper .property-features .features-grid .feature-card{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--bg-secondary);border-radius:8px;transition:var(--transition)}.features .wrapper .property-features .features-grid .feature-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.features .wrapper .property-features .features-grid .feature-card .feature-icon{font-size:1.5rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--bg-primary);border-radius:50%;flex-shrink:0}.features .wrapper .property-features .features-grid .feature-card .feature-content .feature-title{font-size:.875rem;font-weight:600;color:var(--text-secondary);margin:0 0 .25rem;text-transform:uppercase;letter-spacing:.05em}.features .wrapper .property-features .features-grid .feature-card .feature-content .feature-value{font-size:1rem;font-weight:500;color:var(--text-primary);margin:0}.features .wrapper .amenities-section{background:var(--bg-primary);border-radius:var(--border-radius);padding:1.5rem;box-shadow:var(--shadow-sm)}.features .wrapper .amenities-section .amenities-tags{display:flex;flex-wrap:wrap;gap:.5rem}.features .wrapper .amenities-section .amenities-tags .amenity-tag{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem .75rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid rgba(102,126,234,.2);border-radius:20px;font-size:.875rem;font-weight:500;color:var(--primary-color);transition:var(--transition)}.features .wrapper .amenities-section .amenities-tags .amenity-tag:hover{transform:translateY(-1px);box-shadow:var(--shadow-sm);background:linear-gradient(135deg,#dbeafe,#bfdbfe)}.features .wrapper .amenities-section .amenities-tags .amenity-tag .amenity-icon{font-size:1rem}.features .wrapper .amenities-section .amenities-tags .amenity-tag .amenity-label{white-space:nowrap}.features .wrapper .amenities-section .amenities-tags .no-amenities{width:100%;padding:1rem;text-align:center;background:var(--bg-secondary);border-radius:8px;font-size:.875rem;color:var(--text-muted);font-style:italic}.features .wrapper .location-section{background:var(--bg-primary);border-radius:var(--border-radius);padding:1.5rem;box-shadow:var(--shadow-sm)}.features .wrapper .location-section .map-container{width:100%;height:300px;border-radius:8px;overflow:hidden;box-shadow:var(--shadow-sm)}@keyframes slideInDown{0%{opacity:0;transform:translate(-50%,-20px)}to{opacity:1;transform:translate(-50%)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes viewsUpdate{0%{transform:scale(1)}50%{transform:scale(1.05);background:#667eea1a;border-radius:4px}to{transform:scale(1);background:transparent}}@media (prefers-reduced-motion: reduce){.singlePage *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-contrast: high){.singlePage{--border-color: #000000;--text-secondary: #000000}}@media (prefers-color-scheme: dark){.singlePage{--text-primary: #f9fafb;--text-secondary: #d1d5db;--text-muted: #9ca3af;--bg-primary: #1f2937;--bg-secondary: #111827;--bg-accent: #374151;--border-color: #4b5563}}.slider{width:100%;height:350px;display:flex;gap:20px}@media (max-width: 738px){.slider{height:280px}}.slider .fullSlider{position:absolute;width:100vw;height:100vh;top:0;left:0;background-color:#000;display:flex;justify-content:space-between;align-items:center;z-index:9999}.slider .fullSlider .arrow{flex:1;display:flex;align-items:center;justify-content:center}.slider .fullSlider .arrow img{width:50px}@media (max-width: 1024px){.slider .fullSlider .arrow img{width:30px}}@media (max-width: 738px){.slider .fullSlider .arrow img{width:20px}}.slider .fullSlider .arrow img.right{transform:rotate(180deg)}.slider .fullSlider .imgContainer{flex:10;display:flex;align-items:center;justify-content:center;max-height:90vh}.slider .fullSlider .imgContainer img{width:100%;height:100%;object-fit:contain}.slider .fullSlider .imgContainer video{max-width:100%;max-height:90vh;width:auto;height:auto;object-fit:contain}.slider .fullSlider .close{position:absolute;top:0;right:0;color:#fff;font-size:36px;font-weight:700;padding:50px;cursor:pointer}.slider img{width:100%;height:100%;object-fit:cover;border-radius:10px;cursor:pointer}.slider video{border-radius:10px}.slider .bigImage{flex:3;position:relative}@media (max-width: 738px){.slider .bigImage{flex:2}}.slider .bigImage .video-play-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#0000004d;border-radius:10px;cursor:pointer;transition:background .3s ease}.slider .bigImage .video-play-overlay:hover{background:#0006}.slider .bigImage .video-play-overlay .play-icon{width:80px;height:80px;background:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;color:#333;padding-left:8px;box-shadow:0 4px 12px #0000004d;transition:transform .3s ease}@media (max-width: 738px){.slider .bigImage .video-play-overlay .play-icon{width:60px;height:60px;font-size:24px;padding-left:6px}}.slider .bigImage .video-play-overlay:hover .play-icon{transform:scale(1.1)}.slider .smallImages{flex:1;display:flex;flex-direction:column;justify-content:space-between;gap:20px}@media (max-width: 738px){.slider .smallImages{flex:1}}.slider .smallImages img{height:100px}@media (max-width: 738px){.slider .smallImages img{height:80px}}.slider .smallImages .thumbnail-wrapper{position:relative;height:100px;cursor:pointer}@media (max-width: 738px){.slider .smallImages .thumbnail-wrapper{height:80px}}.slider .smallImages .thumbnail-wrapper video{width:100%;height:100%;object-fit:cover;pointer-events:none}.slider .smallImages .thumbnail-wrapper .video-thumbnail-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#0000004d;border-radius:10px;transition:background .3s ease}.slider .smallImages .thumbnail-wrapper .video-thumbnail-overlay:hover{background:#0006}.slider .smallImages .thumbnail-wrapper .video-thumbnail-overlay .play-icon-small{width:40px;height:40px;background:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;color:#333;padding-left:4px;box-shadow:0 2px 8px #0000004d}@media (max-width: 738px){.slider .smallImages .thumbnail-wrapper .video-thumbnail-overlay .play-icon-small{width:30px;height:30px;font-size:12px;padding-left:3px}}.notification{position:fixed;top:80px;right:20px;min-width:300px;max-width:500px;padding:16px 20px;border-radius:8px;box-shadow:0 4px 12px #00000026;display:flex;align-items:center;gap:12px;z-index:10000;animation:slideIn .3s ease-out;font-size:14px;line-height:1.5}@media (max-width: 768px){.notification{left:20px;right:20px;top:70px;min-width:auto}}@keyframes slideIn{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}.notification-icon{flex-shrink:0;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px}.notification-message{flex:1;color:#333}.notification-close{flex-shrink:0;background:none;border:none;font-size:18px;cursor:pointer;padding:4px;opacity:.6;transition:opacity .2s}.notification-close:hover{opacity:1}.notification-success{background-color:#d4edda;border-left:4px solid #28a745}.notification-success .notification-icon{background-color:#28a745;color:#fff}.notification-error{background-color:#f8d7da;border-left:4px solid #dc3545}.notification-error .notification-icon{background-color:#dc3545;color:#fff}.notification-warning{background-color:#fff3cd;border-left:4px solid #ffc107}.notification-warning .notification-icon{background-color:#ffc107;color:#333}.notification-info{background-color:#d1ecf1;border-left:4px solid #17a2b8}.notification-info .notification-icon{background-color:#17a2b8;color:#fff}.profilePage{display:flex;height:100%;min-height:100vh}@media (max-width: 1024px){.profilePage{flex-direction:column;overflow:scroll}}.profilePage .details{flex:3;overflow-y:auto;padding:2rem}@media (max-width: 1024px){.profilePage .details{flex:none;height:max-content;padding:1rem}}.profilePage .details .wrapper{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.profilePage .details .wrapper .profileHeader{margin-bottom:2rem}.profilePage .details .wrapper .profileHeader .userCard{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 30px #0000001a;display:flex;align-items:center;gap:2rem;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .3s ease,box-shadow .3s ease}.profilePage .details .wrapper .profileHeader .userCard:hover{transform:translateY(-2px);box-shadow:0 15px 40px #00000026}@media (max-width: 1024px){.profilePage .details .wrapper .profileHeader .userCard{flex-direction:column;text-align:center;gap:1.5rem;padding:1.5rem}}.profilePage .details .wrapper .profileHeader .userCard .avatar{position:relative}.profilePage .details .wrapper .profileHeader .userCard .avatar img{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid #fff;box-shadow:0 8px 20px #00000026;transition:transform .3s ease}.profilePage .details .wrapper .profileHeader .userCard .avatar img:hover{transform:scale(1.05)}@media (max-width: 1024px){.profilePage .details .wrapper .profileHeader .userCard .avatar img{width:100px;height:100px}}.profilePage .details .wrapper .profileHeader .userCard .avatar:after{content:"";position:absolute;bottom:8px;right:8px;width:20px;height:20px;background:#4caf50;border-radius:50%;border:3px solid white}.profilePage .details .wrapper .profileHeader .userCard .userInfo{flex:1}.profilePage .details .wrapper .profileHeader .userCard .userInfo h2{color:#2c3e50;margin:0 0 .5rem;font-size:2rem;font-weight:600;letter-spacing:-.5px}@media (max-width: 1024px){.profilePage .details .wrapper .profileHeader .userCard .userInfo h2{font-size:1.5rem}}.profilePage .details .wrapper .profileHeader .userCard .userInfo .email{color:#7f8c8d;margin:0 0 1.5rem;font-size:1.1rem;font-weight:400}.profilePage .details .wrapper .profileHeader .userCard .userInfo .actions{display:flex;gap:1rem}@media (max-width: 1024px){.profilePage .details .wrapper .profileHeader .userCard .userInfo .actions{flex-direction:column;gap:.75rem}}.profilePage .details .wrapper .profileHeader .userCard .userInfo .actions .updateBtn,.profilePage .details .wrapper .profileHeader .userCard .userInfo .actions .addProjectBtn{text-decoration:none}.profilePage .details .wrapper .profileHeader .userCard .userInfo .actions button{padding:12px 24px;border:none;border-radius:10px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease;letter-spacing:.5px}.profilePage .details .wrapper .profileHeader .userCard .userInfo .actions button.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea66}.profilePage .details .wrapper .profileHeader .userCard .userInfo .actions button.primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea99}.profilePage .details .wrapper .profileHeader .userCard .userInfo .actions button.secondary{background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff;box-shadow:0 4px 15px #ff6b6b66}.profilePage .details .wrapper .profileHeader .userCard .userInfo .actions button.secondary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b6b99}.profilePage .details .wrapper .profileHeader .userCard .userInfo .actions button:active{transform:translateY(0)}.profilePage .details .wrapper .postsSection{display:flex;flex-direction:column;gap:2rem}.profilePage .details .wrapper .postsSection .sectionCard{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 25px #0000001a;border:1px solid rgba(255,255,255,.2);transition:transform .3s ease,box-shadow .3s ease}.profilePage .details .wrapper .postsSection .sectionCard:hover{transform:translateY(-3px);box-shadow:0 12px 35px #00000026}.profilePage .details .wrapper .postsSection .sectionCard .sectionHeader{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem 2rem;display:flex;align-items:center;justify-content:space-between}.profilePage .details .wrapper .postsSection .sectionCard .sectionHeader h3{margin:0;font-size:1.3rem;font-weight:600;letter-spacing:-.3px}.profilePage .details .wrapper .postsSection .sectionCard .sectionHeader .sectionIcon{font-size:1.5rem;opacity:.9}.profilePage .details .wrapper .postsSection .sectionCard .sectionContent{padding:1.5rem;min-height:200px}.profilePage .details .wrapper .postsSection .sectionCard .sectionContent .loading,.profilePage .details .wrapper .postsSection .sectionCard .sectionContent .error{text-align:center;padding:3rem 1rem;color:#7f8c8d;font-size:1.1rem;font-weight:500}.profilePage .details .wrapper .postsSection .sectionCard .sectionContent .error{color:#e74c3c;background:#e74c3c1a;border-radius:8px;margin:1rem 0}.profilePage .details .wrapper .postsSection .sectionCard .sectionContent .loading{position:relative}.profilePage .details .wrapper .postsSection .sectionCard .sectionContent .loading:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:30px;height:30px;border:3px solid #f3f3f3;border-top:3px solid #667eea;border-radius:50%;animation:spin 1s linear infinite}.profilePage .details .wrapper .postsSection .sectionCard .sectionContent .projectsList{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.profilePage .details .wrapper .postsSection .sectionCard .sectionContent .projectsList .projectCard{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #e0e6ed;text-decoration:none;color:inherit;display:block}.profilePage .details .wrapper .postsSection .sectionCard .sectionContent .projectsList .projectCard:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00000026;text-decoration:none;color:inherit}.profilePage .details .wrapper .postsSection .sectionCard .sectionContent .projectsList .projectCard .projectImage{height:200px;overflow:hidden}.profilePage .details .wrapper .postsSection .sectionCard .sectionContent .projectsList .projectCard .projectImage img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.profilePage .details .wrapper .postsSection .sectionCard .sectionContent .projectsList .projectCard .projectImage:hover img{transform:scale(1.05)}.profilePage .details .wrapper .postsSection .sectionCard .sectionContent .projectsList .projectCard .projectInfo{padding:1.5rem}.profilePage .details .wrapper .postsSection .sectionCard .sectionContent .projectsList .projectCard .projectInfo h4{margin:0 0 .75rem;font-size:1.2rem;font-weight:600;color:#2c3e50;line-height:1.3}.profilePage .details .wrapper .postsSection .sectionCard .sectionContent .projectsList .projectCard .projectInfo .projectAddress{color:#7f8c8d;margin:0 0 .5rem;font-size:.9rem;display:flex;align-items:center;gap:.5rem}.profilePage .details .wrapper .postsSection .sectionCard .sectionContent .projectsList .projectCard .projectInfo .projectAddress:before{content:"📍";font-size:.8rem}.profilePage .details .wrapper .postsSection .sectionCard .sectionContent .projectsList .projectCard .projectInfo .projectPrice{color:#27ae60;margin:0 0 .5rem;font-weight:600;font-size:1rem}.profilePage .details .wrapper .postsSection .sectionCard .sectionContent .projectsList .projectCard .projectInfo .projectConfig{color:#34495e;margin:0 0 1rem;font-size:.9rem;background:#f8f9fa;padding:.5rem .75rem;border-radius:6px;display:inline-block}.profilePage .details .wrapper .postsSection .sectionCard .sectionContent .projectsList .projectCard .projectInfo .projectStatus{display:flex;justify-content:flex-end}.profilePage .details .wrapper .postsSection .sectionCard .sectionContent .projectsList .projectCard .projectInfo .projectStatus .status{padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.profilePage .details .wrapper .postsSection .sectionCard .sectionContent .projectsList .projectCard .projectInfo .projectStatus .status.active{background:#27ae601a;color:#27ae60;border:1px solid rgba(39,174,96,.2)}.profilePage .details .wrapper .postsSection .sectionCard .sectionContent .projectsList .projectCard .projectInfo .projectStatus .status.inactive{background:#e74c3c1a;color:#e74c3c;border:1px solid rgba(231,76,60,.2)}.profilePage .details .wrapper .postsSection .sectionCard .sectionContent .projectsList .noProjects,.profilePage .details .wrapper .postsSection .sectionCard .sectionContent .projectsList .noProperties,.profilePage .details .wrapper .postsSection .sectionCard .sectionContent .projectsList .noSavedProperties{grid-column:1/-1;text-align:center;padding:3rem 1rem;color:#7f8c8d;background:#677eea0d;border-radius:12px;border:2px dashed rgba(103,126,234,.2)}.profilePage .details .wrapper .postsSection .sectionCard .sectionContent .projectsList .noProjects p,.profilePage .details .wrapper .postsSection .sectionCard .sectionContent .projectsList .noProperties p,.profilePage .details .wrapper .postsSection .sectionCard .sectionContent .projectsList .noSavedProperties p{font-size:1.1rem;margin:0;line-height:1.6}.profilePage .details .wrapper .postsSection .sectionCard .sectionContent .projectsList .noProjects p a,.profilePage .details .wrapper .postsSection .sectionCard .sectionContent .projectsList .noProperties p a,.profilePage .details .wrapper .postsSection .sectionCard .sectionContent .projectsList .noSavedProperties p a{color:#667eea;text-decoration:none;font-weight:600;background:#677eea1a;padding:4px 8px;border-radius:6px;transition:all .3s ease}.profilePage .details .wrapper .postsSection .sectionCard .sectionContent .projectsList .noProjects p a:hover,.profilePage .details .wrapper .postsSection .sectionCard .sectionContent .projectsList .noProperties p a:hover,.profilePage .details .wrapper .postsSection .sectionCard .sectionContent .projectsList .noSavedProperties p a:hover{text-decoration:none;background:#677eea33;transform:translateY(-1px)}.profilePage .chatContainer{flex:2;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow:hidden}.profilePage .chatContainer:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (max-width: 1024px){.profilePage .chatContainer{flex:none;height:max-content;min-height:400px}}.profilePage .chatContainer .wrapper{position:relative;z-index:1;padding:2rem;height:100%}@media (max-width: 1024px){.profilePage .chatContainer .wrapper{padding:1rem}}.profilePage .chatContainer .wrapper .chatHeader{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(255,255,255,.2)}.profilePage .chatContainer .wrapper .chatHeader h3{color:#fff;margin:0;font-size:1.5rem;font-weight:600;letter-spacing:-.3px}.profilePage .chatContainer .wrapper .chatHeader .chatIcon{font-size:1.5rem;opacity:.9}.profilePage .chatContainer .wrapper .loading,.profilePage .chatContainer .wrapper .error{color:#fff;text-align:center;padding:2rem 1rem;font-size:1.1rem;font-weight:500}.profilePage .chatContainer .wrapper .error{background:#e74c3c33;border-radius:8px;border:1px solid rgba(231,76,60,.3)}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.login{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.login .container{width:100%;max-width:500px}@media (max-width: 738px){.login .container{max-width:100%}}.login .formWrapper{background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden}.login .header{background:linear-gradient(135deg,#0d47a1,#1565c0);padding:2rem;text-align:center;color:#fff}.login .header h1{font-size:2rem;font-weight:700;margin:0 0 .5rem;letter-spacing:-.025em}.login .header p{font-size:1rem;margin:0;opacity:.9;font-weight:300}.login .loginForm{padding:2rem}@media (max-width: 738px){.login .loginForm{padding:1.5rem}}.login .section{margin-bottom:2rem}.login .sectionTitle{font-size:1.125rem;font-weight:600;color:#374151;margin:0 0 1.5rem;padding-bottom:.5rem;border-bottom:2px solid #e5e7eb}.login .field{margin-bottom:1.5rem}.login .field:last-child{margin-bottom:0}.login .field label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.login .field input{width:100%;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.875rem;transition:all .2s ease;background-color:#fafafa}.login .field input:focus{outline:none;border-color:#0d47a1;background-color:#fff;box-shadow:0 0 0 3px #0d47a11a}.login .field input::placeholder{color:#9ca3af}.login .field input:not(:placeholder-shown):required:invalid{border-color:#dc2626}.login .field input:not(:placeholder-shown):required:invalid:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.login .successMessage{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;color:#166534;font-size:.875rem;margin-bottom:1.5rem}.login .successMessage .successIcon{font-size:1rem}.login .submitSection{padding-top:1rem;border-top:1px solid #e5e7eb}.login .submitBtn{width:100%;padding:.875rem 1.5rem;background:linear-gradient(135deg,#0d47a1,#1565c0);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-bottom:1.5rem}.login .submitBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 15px -3px #0d47a14d}.login .submitBtn:disabled{background:#9ca3af;cursor:not-allowed;transform:none}.login .submitBtn .loading{display:flex;align-items:center;justify-content:center;gap:.5rem}.login .submitBtn .spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s linear infinite}.login .errorMessage{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:.875rem;margin-bottom:1rem}.login .errorMessage .errorIcon{font-size:1rem}.login .links{display:flex;flex-direction:column;gap:1rem;align-items:center}.login .forgotLink{color:#0d47a1;text-decoration:none;font-size:.875rem;font-weight:500;transition:color .2s ease}.login .forgotLink:hover{color:#1565c0;text-decoration:underline}.login .registerLink{text-align:center;font-size:.875rem;color:#6b7280}.login .registerLink span{margin-right:.5rem}.login .registerLink a{color:#0d47a1;text-decoration:none;font-weight:600;transition:color .2s ease}.login .registerLink a:hover{color:#1565c0;text-decoration:underline}.register{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.register .container{width:100%;max-width:800px}@media (max-width: 1024px){.register .container{max-width:600px}}@media (max-width: 738px){.register .container{max-width:100%}}.register .formWrapper{background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden}.register .header{background:linear-gradient(135deg,#0d47a1,#1565c0);padding:2rem;text-align:center;color:#fff}.register .header h1{font-size:2rem;font-weight:700;margin:0 0 .5rem;letter-spacing:-.025em}.register .header p{font-size:1rem;margin:0;opacity:.9;font-weight:300}.register .registerForm{padding:2rem}@media (max-width: 738px){.register .registerForm{padding:1.5rem}}.register .section{margin-bottom:2rem}.register .section:last-child{margin-bottom:0}.register .sectionTitle{font-size:1.125rem;font-weight:600;color:#374151;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #e5e7eb}.register .inputGroup{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 738px){.register .inputGroup{grid-template-columns:1fr}}.register .field{margin-bottom:1rem}.register .field label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.register .field input,.register .field select{width:100%;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.875rem;transition:all .2s ease;background-color:#fafafa}.register .field input:focus,.register .field select:focus{outline:none;border-color:#0d47a1;background-color:#fff;box-shadow:0 0 0 3px #0d47a11a}.register .field input::placeholder,.register .field select::placeholder{color:#9ca3af}.register .field input.error,.register .field select.error{border-color:#dc2626;background-color:#fef2f2}.register .field input.error:focus,.register .field select.error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.register .field select{cursor:pointer}.register .field select option{padding:.5rem}.register .locationField{position:relative}.register .locationSuggestions{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;max-height:200px;overflow-y:auto;z-index:1000;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;margin-top:4px}.register .locationSuggestions .locationSuggestion{padding:.875rem 1rem;cursor:pointer;border-bottom:1px solid #f3f4f6;transition:background-color .2s ease}.register .locationSuggestions .locationSuggestion:hover{background-color:#f8fafc}.register .locationSuggestions .locationSuggestion:last-child{border-bottom:none}.register .locationSuggestions .locationSuggestion .suggestion-main{font-weight:500;color:#374151;font-size:.875rem;margin-bottom:.25rem}.register .locationSuggestions .locationSuggestion .suggestion-sub{font-size:.75rem;color:#6b7280}.register .professionalSection{background:#f8fafc;padding:1.5rem;border-radius:8px;border:1px solid #e2e8f0}.register .submitSection{padding-top:1rem;border-top:1px solid #e5e7eb}.register .submitBtn{width:100%;padding:.875rem 1.5rem;background:linear-gradient(135deg,#0d47a1,#1565c0);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-bottom:1rem}.register .submitBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 15px -3px #0d47a14d}.register .submitBtn:disabled{background:#9ca3af;cursor:not-allowed;transform:none}.register .submitBtn .loading{display:flex;align-items:center;justify-content:center;gap:.5rem}.register .submitBtn .spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s linear infinite}.register .errorMessage{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:.875rem;margin-bottom:1rem}.register .errorMessage .errorIcon{font-size:1rem}.register .loginLink{text-align:center;font-size:.875rem;color:#6b7280}.register .loginLink span{margin-right:.5rem}.register .loginLink a{color:#0d47a1;text-decoration:none;font-weight:500;transition:color .2s ease}.register .loginLink a:hover{color:#1565c0;text-decoration:underline}.forgot{height:100vh;display:flex}.forgot .formContainer{flex:1;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2)}.forgot .formContainer form{display:flex;flex-direction:column;gap:20px;padding:40px;background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000001a;min-width:400px}@media (max-width: 1024px){.forgot .formContainer form{min-width:300px;padding:30px}}.forgot .formContainer form h1{color:#333;text-align:center;margin-bottom:10px;font-size:2rem;font-weight:600}.forgot .formContainer form input{padding:15px;border:2px solid #e1e5e9;border-radius:8px;font-size:16px;transition:all .3s ease}.forgot .formContainer form input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.forgot .formContainer form input:disabled{background-color:#f8f9fa;cursor:not-allowed}.forgot .formContainer form button{padding:15px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.forgot .formContainer form button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #667eea4d}.forgot .formContainer form button:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.forgot .formContainer form span{font-size:14px;text-align:center;padding:10px;border-radius:5px;font-weight:500}.forgot .formContainer form a{text-align:center;color:#667eea;text-decoration:none;font-weight:500;margin-top:10px}.forgot .formContainer form a:hover{text-decoration:underline}.forgot .imgContainer{flex:1;background:linear-gradient(#667eeab3,#764ba2b3);display:flex;align-items:center;justify-content:center;position:relative}@media (max-width: 1024px){.forgot .imgContainer{display:none}}.forgot .imgContainer img{width:100%;height:100%;object-fit:cover;opacity:.8}.resetPassword{height:100vh;display:flex}.resetPassword .formContainer{flex:1;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2)}.resetPassword .formContainer form{display:flex;flex-direction:column;gap:20px;padding:40px;background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000001a;min-width:400px}@media (max-width: 1024px){.resetPassword .formContainer form{min-width:300px;padding:30px}}.resetPassword .formContainer form h1{color:#333;text-align:center;margin-bottom:10px;font-size:2rem;font-weight:600}.resetPassword .formContainer form p{color:#666;text-align:center;margin-bottom:20px;font-size:.95rem}.resetPassword .formContainer form input{padding:15px;border:2px solid #e1e5e9;border-radius:8px;font-size:16px;transition:all .3s ease}.resetPassword .formContainer form input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.resetPassword .formContainer form input:disabled{background-color:#f8f9fa;cursor:not-allowed}.resetPassword .formContainer form button{padding:15px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.resetPassword .formContainer form button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #667eea4d}.resetPassword .formContainer form button:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.resetPassword .formContainer form span{font-size:14px;text-align:center;padding:10px;border-radius:5px}.resetPassword .formContainer form a{text-align:center;color:#667eea;text-decoration:none;font-weight:500;margin-top:10px}.resetPassword .formContainer form a:hover{text-decoration:underline}.resetPassword .imgContainer{flex:1;background:linear-gradient(#667eeab3,#764ba2b3);display:flex;align-items:center;justify-content:center;position:relative}@media (max-width: 1024px){.resetPassword .imgContainer{display:none}}.resetPassword .imgContainer img{width:100%;height:100%;object-fit:cover;opacity:.8}.profileUpdatePage{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.profileUpdatePage .container{width:100%;max-width:800px}@media (max-width: 1024px){.profileUpdatePage .container{max-width:600px}}@media (max-width: 738px){.profileUpdatePage .container{max-width:100%}}.profileUpdatePage .formWrapper{background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden}.profileUpdatePage .header{background:linear-gradient(135deg,#0d47a1,#1565c0);padding:2rem;text-align:center;color:#fff}.profileUpdatePage .header h1{font-size:2rem;font-weight:700;margin:0 0 .5rem;letter-spacing:-.025em}.profileUpdatePage .header p{font-size:1rem;margin:0;opacity:.9;font-weight:300}.profileUpdatePage .updateForm{padding:2rem}@media (max-width: 738px){.profileUpdatePage .updateForm{padding:1.5rem}}.profileUpdatePage .section{margin-bottom:2rem}.profileUpdatePage .section:last-child{margin-bottom:0}.profileUpdatePage .sectionTitle{font-size:1.125rem;font-weight:600;color:#374151;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #e5e7eb}.profileUpdatePage .inputGroup{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 738px){.profileUpdatePage .inputGroup{grid-template-columns:1fr}}.profileUpdatePage .field{margin-bottom:1rem}.profileUpdatePage .field label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.profileUpdatePage .field input,.profileUpdatePage .field select{width:100%;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.875rem;transition:all .2s ease;background-color:#fafafa}.profileUpdatePage .field input:focus,.profileUpdatePage .field select:focus{outline:none;border-color:#0d47a1;background-color:#fff;box-shadow:0 0 0 3px #0d47a11a}.profileUpdatePage .field input::placeholder,.profileUpdatePage .field select::placeholder{color:#9ca3af}.profileUpdatePage .field input.error,.profileUpdatePage .field select.error{border-color:#dc2626;background-color:#fef2f2}.profileUpdatePage .field input.error:focus,.profileUpdatePage .field select.error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.profileUpdatePage .field select{cursor:pointer}.profileUpdatePage .field select option{padding:.5rem}.profileUpdatePage .locationField{position:relative}.profileUpdatePage .locationSuggestions{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;max-height:200px;overflow-y:auto;z-index:1000;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;margin-top:4px}.profileUpdatePage .locationSuggestions .locationSuggestion{padding:.875rem 1rem;cursor:pointer;border-bottom:1px solid #f3f4f6;transition:background-color .2s ease}.profileUpdatePage .locationSuggestions .locationSuggestion:hover{background-color:#f8fafc}.profileUpdatePage .locationSuggestions .locationSuggestion:last-child{border-bottom:none}.profileUpdatePage .locationSuggestions .locationSuggestion .suggestion-main{font-weight:500;color:#374151;font-size:.875rem;margin-bottom:.25rem}.profileUpdatePage .locationSuggestions .locationSuggestion .suggestion-sub{font-size:.75rem;color:#6b7280}.profileUpdatePage .avatarSection{display:flex;align-items:center;gap:2rem;padding:1rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}@media (max-width: 738px){.profileUpdatePage .avatarSection{flex-direction:column;gap:1rem}}.profileUpdatePage .avatarSection .avatarPreview{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid white;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.profileUpdatePage .avatarSection .avatarUpload{flex:1;display:flex;flex-direction:column;gap:.5rem}.profileUpdatePage .professionalSection{background:#f8fafc;padding:1.5rem;border-radius:8px;border:1px solid #e2e8f0}.profileUpdatePage .submitSection{padding-top:1rem;border-top:1px solid #e5e7eb}.profileUpdatePage .submitBtn{width:100%;padding:.875rem 1.5rem;background:linear-gradient(135deg,#0d47a1,#1565c0);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-bottom:1rem}.profileUpdatePage .submitBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 15px -3px #0d47a14d}.profileUpdatePage .submitBtn:disabled{background:#9ca3af;cursor:not-allowed;transform:none}.profileUpdatePage .submitBtn .loading{display:flex;align-items:center;justify-content:center;gap:.5rem}.profileUpdatePage .submitBtn .spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s linear infinite}.profileUpdatePage .errorMessage{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:.875rem;margin-bottom:1rem}.profileUpdatePage .errorMessage .errorIcon{font-size:1rem}.upload-widget{display:inline-block;position:relative}.upload-button{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px #667eea4d}.upload-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 12px #667eea66}.upload-button:active:not(:disabled){transform:translateY(0)}.upload-button:disabled{opacity:.7;cursor:not-allowed}.upload-icon{font-size:16px}.upload-spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.upload-progress-bar{position:absolute;bottom:-8px;left:0;right:0;height:4px;background:#667eea33;border-radius:2px;overflow:hidden}.upload-progress-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);transition:width .3s ease;border-radius:2px}.cloudinary-button{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px #667eea4d}.cloudinary-button:hover{transform:translateY(-2px);box-shadow:0 6px 12px #667eea66}.aiModal{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:100vh!important;background:#000000d9!important;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex!important;align-items:center!important;justify-content:center!important;z-index:2147483647!important;padding:20px!important;margin:0!important;transform:none!important;box-sizing:border-box!important}.aiModal .aiModalContent{background:#fff!important;border-radius:16px;width:100%;max-width:580px;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px #0006;animation:modalSlideIn .3s ease-out;position:relative!important;margin:auto;z-index:1}.aiModal .aiModalContent .aiModalHeader{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 16px;border-bottom:1px solid #e5e7eb}.aiModal .aiModalContent .aiModalHeader h3{margin:0;font-size:1.25rem;font-weight:700;color:#1f2937}.aiModal .aiModalContent .aiModalHeader .closeBtn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280;padding:4px;border-radius:4px;transition:all .2s ease}.aiModal .aiModalContent .aiModalHeader .closeBtn:hover:not(:disabled){background:#f3f4f6;color:#374151}.aiModal .aiModalContent .aiModalHeader .closeBtn:disabled{opacity:.5;cursor:not-allowed}.aiModal .aiModalContent .aiModalBody{padding:24px}.aiModal .aiModalContent .aiModalBody .aiInfo{margin-bottom:24px}.aiModal .aiModalContent .aiModalBody .aiInfo .aiInfoCard{display:flex;align-items:flex-start;gap:12px;padding:16px;background:#f8fafc;border-radius:8px;border-left:4px solid #667eea}.aiModal .aiModalContent .aiModalBody .aiInfo .aiInfoCard .aiInfoIcon{font-size:1.25rem;margin-top:2px}.aiModal .aiModalContent .aiModalBody .aiInfo .aiInfoCard .aiInfoText{flex:1}.aiModal .aiModalContent .aiModalBody .aiInfo .aiInfoCard .aiInfoText h4{margin:0 0 8px;font-size:1rem;font-weight:600;color:#1f2937}.aiModal .aiModalContent .aiModalBody .aiInfo .aiInfoCard .aiInfoText p{margin:0;font-size:.875rem;color:#6b7280;line-height:1.5}.aiModal .aiModalContent .aiModalBody .aiGenerateSection{display:flex;justify-content:center;padding-top:16px}.aiModal .aiModalContent .aiModalBody .aiGenerateSection .aiGenerateMainBtn{display:flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d;min-width:180px;justify-content:center}.aiModal .aiModalContent .aiModalBody .aiGenerateSection .aiGenerateMainBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}.aiModal .aiModalContent .aiModalBody .aiGenerateSection .aiGenerateMainBtn:disabled{opacity:.7;cursor:not-allowed;transform:none}.aiModal .aiModalContent .aiModalBody .aiGenerateSection .aiGenerateMainBtn .aiSpinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.aiModal .aiModalContent .aiModalBody .aiGenerateSection .aiGenerateMainBtn .aiIcon{font-size:1.1rem}.newPostPage{padding:10px;min-height:calc(100vh - 80px);background:#f8fafc}.newPostPage:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.03)"/><circle cx="20" cy="80" r="0.5" fill="rgba(255,255,255,0.03)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');font-size:.75rem;color:#64748b;margin-top:4px;font-style:italic;pointer-events:none}.newPostPage:before kbd{background:#f1f1f1;border:1px solid #ccc;border-radius:3px;padding:2px 6px;font-family:monospace;font-size:.8em;color:#333;box-shadow:0 1px 1px #0000001a}.newPostPage .container{display:flex;min-height:100vh;position:relative;z-index:1;max-width:1400px;margin:0 auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.newPostPage .formSection{flex:2;padding:40px;background:#fffffffa;margin:20px;border-radius:16px;border:1px solid #e5e7eb;overflow-y:auto}.newPostPage .formSection .header{text-align:center;margin-bottom:40px}.newPostPage .formSection .header h1{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 10px;letter-spacing:-1px}.newPostPage .formSection .header p{color:#6b7280;font-size:1.1rem;margin:0;font-weight:400}.newPostPage .formSection .header .reviewNotice{display:flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,#e0f2fe,#f0f4ff);border:1px solid #3b82f6;border-radius:12px;padding:12px 16px;margin-top:16px}.newPostPage .formSection .header .reviewNotice .reviewIcon{font-size:1.2rem}.newPostPage .formSection .header .reviewNotice .reviewText{color:#1e40af;font-size:.9rem;font-weight:600;text-align:center}@media (max-width: 1024px){.newPostPage .formSection .header .reviewNotice{flex-direction:column;gap:4px}.newPostPage .formSection .header .reviewNotice .reviewText{font-size:.85rem}}.newPostPage .formSection .form{display:grid;gap:30px}.newPostPage .formSection .form .section{background:#fffffff2;border-radius:12px;padding:30px;border:1px solid #e5e7eb;margin-bottom:20px}.newPostPage .formSection .form .section .sectionTitle{display:flex;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:12px;border-bottom:2px solid rgba(102,126,234,.1)}.newPostPage .formSection .form .section .sectionTitle .icon{font-size:1.5rem;width:40px;height:40px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #667eea4d}.newPostPage .formSection .form .section .sectionTitle h3{margin:0;font-size:1.4rem;font-weight:600;color:#374151}.newPostPage .formSection .form .section .sectionSubtitle{margin:-16px 0 20px;font-size:.9rem;color:#6b7280;font-weight:400}.newPostPage .formSection .form .section .fieldGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.newPostPage .formSection .form .section .fieldGrid.single{grid-template-columns:1fr}.newPostPage .formSection .form .section .fieldGrid.double{grid-template-columns:repeat(2,1fr)}.newPostPage .formSection .form .section .fieldGrid.triple{grid-template-columns:repeat(3,1fr)}.newPostPage .formSection .form .section .field{display:flex;flex-direction:column;gap:8px;position:relative;margin-bottom:12px}.newPostPage .formSection .form .section .field label{font-weight:600;color:#374151;font-size:.9rem;margin-bottom:4px}.newPostPage .formSection .form .section .field input,.newPostPage .formSection .form .section .field select,.newPostPage .formSection .form .section .field textarea{padding:16px 18px;border:2px solid #e5e7eb;border-radius:12px;font-size:16px;font-weight:500;background:#ffffffe6;transition:all .3s ease;color:#374151}.newPostPage .formSection .form .section .field input:focus,.newPostPage .formSection .form .section .field select:focus,.newPostPage .formSection .form .section .field textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 4px #667eea1a;background:#fff;transform:translateY(-1px)}.newPostPage .formSection .form .section .field input::placeholder,.newPostPage .formSection .form .section .field select::placeholder,.newPostPage .formSection .form .section .field textarea::placeholder{color:#9ca3af;font-weight:400}.newPostPage .formSection .form .section .field input.error,.newPostPage .formSection .form .section .field select.error,.newPostPage .formSection .form .section .field textarea.error{border-color:#ef4444;box-shadow:0 0 0 4px #ef44441a}.newPostPage .formSection .form .section .field input.readonly-field,.newPostPage .formSection .form .section .field input[readonly],.newPostPage .formSection .form .section .field select.readonly-field,.newPostPage .formSection .form .section .field select[readonly],.newPostPage .formSection .form .section .field textarea.readonly-field,.newPostPage .formSection .form .section .field textarea[readonly]{background:#f3f4f6;color:#6b7280;cursor:not-allowed;border-color:#d1d5db;font-weight:500}.newPostPage .formSection .form .section .field input.readonly-field:focus,.newPostPage .formSection .form .section .field input[readonly]:focus,.newPostPage .formSection .form .section .field select.readonly-field:focus,.newPostPage .formSection .form .section .field select[readonly]:focus,.newPostPage .formSection .form .section .field textarea.readonly-field:focus,.newPostPage .formSection .form .section .field textarea[readonly]:focus{border-color:#d1d5db;box-shadow:none;transform:none}.newPostPage .formSection .form .section .field select{cursor:pointer;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;padding-right:40px}.newPostPage .formSection .form .section .field .searchField{position:relative}.newPostPage .formSection .form .section .field .searchField input{padding-right:50px}.newPostPage .formSection .form .section .field .searchField .searchIcon{position:absolute;right:16px;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:1.2rem}.newPostPage .formSection .form .section .field .fieldNote{display:flex;align-items:center;gap:8px;margin-top:6px;padding:8px 12px;background:#677eea14;border-radius:8px;border-left:3px solid #667eea;font-size:.85rem;color:#4f46e5;font-weight:500}.newPostPage .formSection .form .section .field .fieldNote span:first-child{font-size:1rem}.newPostPage .formSection .form .section .field .pricePreview{font-size:13px;color:#667eea;margin-top:4px;font-weight:500}.newPostPage .formSection .form .section .descriptionField .quill{border-radius:12px;overflow:hidden;border:2px solid #e5e7eb;transition:all .3s ease}.newPostPage .formSection .form .section .descriptionField .quill:focus-within{border-color:#667eea;box-shadow:0 0 0 4px #667eea1a}.newPostPage .formSection .form .section .descriptionField .quill .ql-toolbar{background:#f8fafccc;border:none;border-bottom:1px solid #e5e7eb}.newPostPage .formSection .form .section .descriptionField .quill .ql-container{border:none;font-size:16px}.newPostPage .formSection .form .section .descriptionField .quill .ql-container .ql-editor{min-height:120px;padding:20px;font-family:inherit}.newPostPage .formSection .form .section .amenitiesGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-top:16px}.newPostPage .formSection .form .section .amenitiesGrid .amenityItem{display:flex;align-items:center;gap:12px;padding:16px;background:#ffffffb3;border:2px solid #e5e7eb;border-radius:12px;transition:all .3s ease;cursor:pointer}.newPostPage .formSection .form .section .amenitiesGrid .amenityItem:hover{border-color:#667eea;background:#667eea0d}.newPostPage .formSection .form .section .amenitiesGrid .amenityItem.checked{border-color:#667eea;background:#667eea1a}.newPostPage .formSection .form .section .amenitiesGrid .amenityItem input[type=checkbox]{width:20px;height:20px;border-radius:6px;cursor:pointer}.newPostPage .formSection .form .section .amenitiesGrid .amenityItem label{font-weight:500;cursor:pointer;margin:0;text-transform:none;letter-spacing:normal;color:#374151}.newPostPage .formSection .form .submitSection{text-align:center;margin-top:40px}.newPostPage .formSection .form .submitSection .submitBtn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:18px 48px;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.newPostPage .formSection .form .submitSection .submitBtn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.newPostPage .formSection .form .submitSection .submitBtn:hover{background:linear-gradient(135deg,#5a6fd8,#6a42a0)}.newPostPage .formSection .form .submitSection .submitBtn:hover:before{left:100%}.newPostPage .formSection .form .submitSection .submitBtn:active{transform:translateY(-1px)}.newPostPage .formSection .form .submitSection .submitBtn:disabled{background:#9ca3af;cursor:not-allowed}.newPostPage .formSection .form .submitSection .submitBtn:disabled:hover{background:#9ca3af}.newPostPage .formSection .form .submitSection .errorMessage{margin-top:16px;padding:12px 20px;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:8px;color:#dc2626;font-weight:500}.newPostPage .imageSection{flex:1;padding:40px 20px;display:flex;flex-direction:column;gap:24px}.newPostPage .imageSection .imageCard{background:#fffffffa;border-radius:16px;padding:30px;border:1px solid #e5e7eb;text-align:center}.newPostPage .imageSection .imageCard h3{margin:0 0 24px;font-size:1.5rem;font-weight:600;color:#374151;display:flex;align-items:center;justify-content:center;gap:10px}.newPostPage .imageSection .imageCard h3:before{content:"📸";font-size:1.8rem}.newPostPage .imageSection .imageCard .imagePreview{display:grid;gap:16px;margin-bottom:24px}.newPostPage .imageSection .imageCard .imagePreview .mediaPreviewItem{position:relative;width:100%;height:200px;border-radius:12px;overflow:hidden;box-shadow:0 8px 25px #00000026;transition:transform .3s ease}.newPostPage .imageSection .imageCard .imagePreview .mediaPreviewItem:hover{transform:scale(1.05)}.newPostPage .imageSection .imageCard .imagePreview .mediaPreviewItem:hover .deleteMediaBtn{opacity:1}.newPostPage .imageSection .imageCard .imagePreview .mediaPreviewItem img,.newPostPage .imageSection .imageCard .imagePreview .mediaPreviewItem video{width:100%;height:100%;object-fit:cover;display:block}.newPostPage .imageSection .imageCard .imagePreview .mediaPreviewItem .deleteMediaBtn{position:absolute;top:8px;right:8px;width:32px;height:32px;border-radius:50%;background:#ef4444f2;color:#fff;border:2px solid white;font-size:18px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease;box-shadow:0 4px 12px #0000004d;z-index:10}.newPostPage .imageSection .imageCard .imagePreview .mediaPreviewItem .deleteMediaBtn:hover{background:#dc2626;transform:scale(1.1);box-shadow:0 6px 16px #0006}.newPostPage .imageSection .imageCard .imagePreview .mediaPreviewItem .deleteMediaBtn:active{transform:scale(.95)}.newPostPage .imageSection .imageCard .imagePreview img{width:100%;height:200px;object-fit:cover;border-radius:12px;box-shadow:0 8px 25px #00000026;transition:transform .3s ease}.newPostPage .imageSection .imageCard .imagePreview img:hover{transform:scale(1.05)}.newPostPage .imageSection .imageCard .uploadWidget{margin-bottom:16px}.newPostPage .imageSection .imageCard .uploadNote{font-size:.9rem;color:#6b7280;margin:0;font-style:italic}.newPostPage .suggestions-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 25px #00000026;z-index:1000;max-height:400px;overflow-y:auto;margin-top:4px}.newPostPage .suggestions-dropdown .suggestion-item{padding:12px 16px;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid #f3f4f6}.newPostPage .suggestions-dropdown .suggestion-item:last-child{border-bottom:none}.newPostPage .suggestions-dropdown .suggestion-item:hover{background:#667eea0d}.newPostPage .suggestions-dropdown .suggestion-item .suggestion-main{font-weight:500;color:#374151;margin-bottom:2px}.newPostPage .suggestions-dropdown .suggestion-item .suggestion-main .ownProject{color:#667eea;font-size:.8rem;font-weight:600}.newPostPage .suggestions-dropdown .suggestion-item .suggestion-sub{font-size:13px;color:#6b7280}.newPostPage .coordinates-info{margin-top:8px}.newPostPage .coordinates-info small{display:flex;align-items:center;gap:4px}.newPostPage .loading-indicator{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 25px #00000026;padding:12px 16px;margin-top:4px;z-index:1000;color:#6b7280;font-size:14px}@media (max-width: 1200px){.newPostPage .container{flex-direction:column;margin:10px}.newPostPage .container .formSection,.newPostPage .container .imageSection{margin:10px 0;padding:30px}.newPostPage .container .formSection .form .section .fieldGrid.triple{grid-template-columns:repeat(2,1fr)}.aiSuccessToast{position:fixed;top:20px;right:20px;z-index:1001;animation:toastSlideIn .3s ease-out}.aiSuccessToast .toastContent{display:flex;align-items:center;gap:12px;padding:16px 20px;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;border-radius:12px;box-shadow:0 10px 25px #22c55e4d;font-weight:600;min-width:280px}.aiSuccessToast .toastContent .successIcon{font-size:1.2rem}.aiSuccessToast .toastContent .toastClose{background:none;border:none;color:#fff;cursor:pointer;font-size:1.1rem;padding:2px;margin-left:auto;opacity:.8;transition:opacity .2s ease}.aiSuccessToast .toastContent .toastClose:hover{opacity:1}@keyframes toastSlideIn{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}}@media (max-width: 768px){.newPostPage .container{margin:5px}.newPostPage .container .formSection,.newPostPage .container .imageSection{margin:5px 0;padding:20px;border-radius:16px}.newPostPage .container .formSection .header h1{font-size:2.2rem}.newPostPage .container .formSection .form .section{padding:20px}.newPostPage .container .formSection .form .section .fieldGrid{grid-template-columns:1fr!important;gap:16px}.newPostPage .container .formSection .form .section .amenitiesGrid{grid-template-columns:1fr}.descriptionHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.descriptionHeader label{margin:0}.descriptionHeader .aiGenerateBtn{display:flex;align-items:center;gap:8px;padding:8px 16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #667eea4d;position:relative;z-index:1000;pointer-events:all}.descriptionHeader .aiGenerateBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.descriptionHeader .aiGenerateBtn:disabled{opacity:.6;cursor:not-allowed}.descriptionHeader .aiGenerateBtn .aiIcon{font-size:1rem}.descriptionHeader .keyboardHint{font-size:.75rem;color:#64748b;margin-top:4px;font-style:italic}.descriptionPreview{display:flex;align-items:center;gap:8px;margin-top:8px;padding:8px 12px;background:#677eea14;border-radius:6px;font-size:.8rem;color:#4f46e5}.descriptionPreview .previewIcon{font-size:.9rem}.aiModalBody{padding:0 24px}.aiModalBody .aiInfo .aiInfoCard{display:flex;gap:16px;padding:20px;background:linear-gradient(135deg,#677eea14,#764ba214);border-radius:12px;margin-bottom:20px;border-left:4px solid #667eea}.aiModalBody .aiInfo .aiInfoCard .aiInfoIcon{font-size:2rem;flex-shrink:0}.aiModalBody .aiInfo .aiInfoCard .aiInfoText h4{margin:0 0 8px;font-size:1.1rem;font-weight:600;color:#1e293b}.aiModalBody .aiInfo .aiInfoCard .aiInfoText p{margin:0;color:#64748b;line-height:1.6}.aiModalBody .aiInfo .aiRequirements h4{font-size:1rem;font-weight:600;color:#1e293b;margin:0 0 12px}.aiModalBody .aiInfo .aiRequirements ul{margin:0 0 16px;padding-left:20px}.aiModalBody .aiInfo .aiRequirements ul li{color:#64748b;margin-bottom:6px;line-height:1.5}.aiModalBody .aiInfo .aiRequirements .aiNote{padding:12px 16px;background:#fbbf241a;border-radius:8px;border-left:3px solid #f59e0b;font-size:.9rem;color:#92400e;margin:0}.aiModalBody .aiInfo .aiExample{margin-top:20px}.aiModalBody .aiInfo .aiExample h4{font-size:1rem;font-weight:600;color:#1e293b;margin:0 0 12px}.aiModalBody .aiInfo .aiExample .exampleText{padding:16px;background:#22c55e14;border-radius:8px;border-left:3px solid #22c55e;font-size:.9rem;color:#166534;line-height:1.6;font-style:italic}.aiModalFooter{display:flex;gap:12px;justify-content:flex-end;padding:24px;border-top:1px solid #f1f5f9}.aiModalFooter button{padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px}.aiModalFooter button:disabled{opacity:.6;cursor:not-allowed}.aiModalFooter .cancelBtn{background:#fff;border:2px solid #e2e8f0;color:#64748b}.aiModalFooter .cancelBtn:hover:not(:disabled){border-color:#cbd5e1;background:#f8fafc}.aiModalFooter .generateBtn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;box-shadow:0 2px 8px #667eea4d}.aiModalFooter .generateBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.aiModalFooter .generateBtn .loadingSpinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.aiModalFooter .generateBtn .aiIcon{font-size:1rem}}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 768px){.aiModal{padding:16px}.aiModal .aiModalContent .aiModalHeader{padding:20px 20px 0}.aiModal .aiModalContent .aiModalHeader h3{font-size:1.2rem}.aiModal .aiModalContent .aiModalBody{padding:0 20px}.aiModal .aiModalContent .aiModalBody .aiInfo .aiInfoCard{flex-direction:column;text-align:center;gap:12px}.aiModal .aiModalContent .aiModalBody .aiInfo .aiInfoCard .aiInfoIcon{font-size:1.5rem}.aiModal .aiModalContent .aiModalFooter{padding:20px;flex-direction:column}.aiModal .aiModalContent .aiModalFooter button{width:100%;justify-content:center}.descriptionHeader{flex-direction:column;align-items:flex-start;gap:12px}.descriptionHeader .aiGenerateBtn{align-self:stretch;justify-content:center}}/*!
* Quill Editor v1.3.7
* https://quilljs.com/
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
*/.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.reviewPostPage{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:40px 20px}@media (max-width: 1024px){.reviewPostPage{padding:20px 10px}}.reviewPostPage .container{max-width:1400px;margin:0 auto}.reviewPostPage .header{text-align:center;margin-bottom:40px}.reviewPostPage .header h1{font-size:2.5rem;font-weight:800;color:#1e293b;margin-bottom:12px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 1024px){.reviewPostPage .header h1{font-size:2rem}}.reviewPostPage .header p{font-size:1.1rem;color:#64748b;max-width:600px;margin:0 auto}@media (max-width: 1024px){.reviewPostPage .header p{font-size:1rem}}.reviewPostPage .reviewContent{display:grid;grid-template-columns:1fr 400px;gap:40px}@media (max-width: 1366px){.reviewPostPage .reviewContent{grid-template-columns:1fr;gap:30px}}.reviewPostPage .reviewContent .mainContent{display:flex;flex-direction:column;gap:30px}.reviewPostPage .reviewContent .mainContent .section{background:#fff;border-radius:20px;padding:30px;box-shadow:0 8px 30px #00000014;border:1px solid rgba(0,0,0,.04)}@media (max-width: 1024px){.reviewPostPage .reviewContent .mainContent .section{padding:20px;border-radius:16px}}.reviewPostPage .reviewContent .mainContent .section .sectionTitle{display:flex;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #f1f5f9}.reviewPostPage .reviewContent .mainContent .section .sectionTitle .icon{font-size:1.5rem}.reviewPostPage .reviewContent .mainContent .section .sectionTitle h3{font-size:1.4rem;font-weight:700;color:#1e293b;margin:0}@media (max-width: 1024px){.reviewPostPage .reviewContent .mainContent .section .sectionTitle h3{font-size:1.2rem}}.reviewPostPage .reviewContent .mainContent .section .reviewGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}@media (max-width: 1024px){.reviewPostPage .reviewContent .mainContent .section .reviewGrid{grid-template-columns:1fr;gap:16px}}.reviewPostPage .reviewContent .mainContent .section .reviewGrid .reviewItem{display:flex;flex-direction:column;gap:8px}.reviewPostPage .reviewContent .mainContent .section .reviewGrid .reviewItem.fullWidth{grid-column:1/-1}.reviewPostPage .reviewContent .mainContent .section .reviewGrid .reviewItem label{font-size:.9rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.reviewPostPage .reviewContent .mainContent .section .reviewGrid .reviewItem .value{font-size:1.1rem;font-weight:600;color:#1e293b;padding:12px 16px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.reviewPostPage .reviewContent .mainContent .section .reviewGrid .reviewItem .value.price{color:#059669;font-size:1.3rem;display:flex;flex-direction:column;gap:4px}.reviewPostPage .reviewContent .mainContent .section .reviewGrid .reviewItem .value.price .priceWords{font-size:.9rem;color:#6b7280;font-weight:500}.reviewPostPage .reviewContent .mainContent .section .reviewGrid .reviewItem .value.description{line-height:1.6;font-weight:500;max-height:200px;overflow-y:auto}.reviewPostPage .reviewContent .mainContent .section .reviewGrid .reviewItem .value.description p{margin:8px 0}.reviewPostPage .reviewContent .mainContent .section .reviewGrid .reviewItem .value.capitalize{text-transform:capitalize}.reviewPostPage .reviewContent .mainContent .section.imagesSection .imageGallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}@media (max-width: 1024px){.reviewPostPage .reviewContent .mainContent .section.imagesSection .imageGallery{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}}.reviewPostPage .reviewContent .mainContent .section.imagesSection .imageGallery .imageItem{aspect-ratio:4/3;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000001a}.reviewPostPage .reviewContent .mainContent .section.imagesSection .imageGallery .imageItem img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.reviewPostPage .reviewContent .mainContent .section.imagesSection .imageGallery .imageItem img:hover{transform:scale(1.05)}.reviewPostPage .reviewContent .mainContent .section .amenitiesList{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}@media (max-width: 1024px){.reviewPostPage .reviewContent .mainContent .section .amenitiesList{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}.reviewPostPage .reviewContent .mainContent .section .amenitiesList .amenityTag{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#166534;padding:10px 16px;border-radius:25px;font-weight:600;font-size:.9rem;text-align:center;border:1px solid #86efac}.reviewPostPage .reviewContent .actionSidebar .actionCard{background:#fff;border-radius:20px;padding:30px;box-shadow:0 8px 30px #00000014;border:1px solid rgba(0,0,0,.04);position:sticky;top:120px}@media (max-width: 1366px){.reviewPostPage .reviewContent .actionSidebar .actionCard{position:static}}@media (max-width: 1024px){.reviewPostPage .reviewContent .actionSidebar .actionCard{padding:20px;border-radius:16px}}.reviewPostPage .reviewContent .actionSidebar .actionCard h3{font-size:1.4rem;font-weight:700;color:#1e293b;margin-bottom:12px;text-align:center}@media (max-width: 1024px){.reviewPostPage .reviewContent .actionSidebar .actionCard h3{font-size:1.2rem}}.reviewPostPage .reviewContent .actionSidebar .actionCard>p{color:#64748b;text-align:center;margin-bottom:24px;line-height:1.5}.reviewPostPage .reviewContent .actionSidebar .actionCard .featuredOption{background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #fbbf24;border-radius:16px;padding:20px;margin-bottom:24px}.reviewPostPage .reviewContent .actionSidebar .actionCard .featuredOption .featuredHeader{display:flex;align-items:center;gap:10px;margin-bottom:12px}.reviewPostPage .reviewContent .actionSidebar .actionCard .featuredOption .featuredHeader .featuredIcon{font-size:1.8rem;animation:pulse 2s infinite}.reviewPostPage .reviewContent .actionSidebar .actionCard .featuredOption .featuredHeader h4{font-size:1.2rem;font-weight:700;color:#92400e;margin:0}.reviewPostPage .reviewContent .actionSidebar .actionCard .featuredOption .featuredDescription{color:#92400e;font-size:.9rem;margin-bottom:16px;line-height:1.5}.reviewPostPage .reviewContent .actionSidebar .actionCard .featuredOption .featuredCheckbox{display:flex;align-items:flex-start;gap:12px;cursor:pointer;margin-bottom:12px}.reviewPostPage .reviewContent .actionSidebar .actionCard .featuredOption .featuredCheckbox input[type=checkbox]{width:20px;height:20px;cursor:pointer;margin-top:2px;accent-color:#f59e0b}.reviewPostPage .reviewContent .actionSidebar .actionCard .featuredOption .featuredCheckbox .checkboxLabel{display:flex;flex-direction:column;gap:4px}.reviewPostPage .reviewContent .actionSidebar .actionCard .featuredOption .featuredCheckbox .checkboxLabel strong{color:#92400e;font-size:1rem}.reviewPostPage .reviewContent .actionSidebar .actionCard .featuredOption .featuredCheckbox .checkboxLabel .featuredPrice{color:#b45309;font-size:1.1rem;font-weight:700}.reviewPostPage .reviewContent .actionSidebar .actionCard .featuredOption .featuredBenefits{margin-top:16px;padding-top:16px;border-top:2px solid #fbbf24;animation:slideDown .3s ease-out}.reviewPostPage .reviewContent .actionSidebar .actionCard .featuredOption .featuredBenefits .benefit{color:#92400e;font-size:.9rem;padding:6px 0;font-weight:500}.reviewPostPage .reviewContent .actionSidebar .actionCard .featuredOption .paymentSection{margin-top:20px;padding-top:20px;border-top:2px solid #fbbf24;animation:slideDown .3s ease-out}.reviewPostPage .reviewContent .actionSidebar .actionCard .featuredOption .paymentSection h5{color:#92400e;font-size:1.1rem;font-weight:700;margin:0 0 8px;display:flex;align-items:center;gap:8px}.reviewPostPage .reviewContent .actionSidebar .actionCard .featuredOption .paymentSection .paymentNote{color:#b45309;font-size:.85rem;margin-bottom:16px;line-height:1.4}.reviewPostPage .reviewContent .actionSidebar .actionCard .featuredOption .paymentSection .paymentButtonContainer{margin-bottom:12px}.reviewPostPage .reviewContent .actionSidebar .actionCard .featuredOption .paymentSection .paymentButtonContainer .paymentButton{display:block;width:100%;padding:14px 20px;background:linear-gradient(135deg,#75c26a,#5ca356);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;text-align:center}.reviewPostPage .reviewContent .actionSidebar .actionCard .featuredOption .paymentSection .paymentButtonContainer .paymentButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #75c26a66;background:linear-gradient(135deg,#5ca356,#4a8f47)}.reviewPostPage .reviewContent .actionSidebar .actionCard .featuredOption .paymentSection .paymentButtonContainer .paymentButton:disabled{opacity:.6;cursor:not-allowed}.reviewPostPage .reviewContent .actionSidebar .actionCard .featuredOption .paymentSection .paymentInfo{margin-top:12px;padding:10px;background:#ffffff80;border-radius:6px;text-align:center}.reviewPostPage .reviewContent .actionSidebar .actionCard .featuredOption .paymentSection .paymentInfo small{color:#92400e;line-height:1.6}.reviewPostPage .reviewContent .actionSidebar .actionCard .featuredOption .paymentSection .paymentSuccess{background:#dcfce7;color:#166534;padding:12px;border-radius:8px;text-align:center;font-weight:600;border:2px solid #86efac;animation:slideDown .3s ease-out}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.reviewPostPage .reviewContent .actionSidebar .actionCard .actionButtons{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.reviewPostPage .reviewContent .actionSidebar .actionCard .actionButtons button{padding:14px 20px;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;border:none;display:flex;align-items:center;justify-content:center;gap:8px}.reviewPostPage .reviewContent .actionSidebar .actionCard .actionButtons button:disabled{opacity:.6;cursor:not-allowed}.reviewPostPage .reviewContent .actionSidebar .actionCard .actionButtons .editButton{background:#f1f5f9;color:#475569;border:2px solid #e2e8f0}.reviewPostPage .reviewContent .actionSidebar .actionCard .actionButtons .editButton:hover:not(:disabled){background:#e2e8f0;transform:translateY(-2px)}.reviewPostPage .reviewContent .actionSidebar .actionCard .actionButtons .publishButton{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 15px #10b9814d}.reviewPostPage .reviewContent .actionSidebar .actionCard .actionButtons .publishButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #10b98166}.reviewPostPage .reviewContent .actionSidebar .actionCard .publishInfo{background:#f8fafc;border-radius:12px;padding:16px;margin-bottom:20px;border:1px solid #e2e8f0}.reviewPostPage .reviewContent .actionSidebar .actionCard .publishInfo .infoItem{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.reviewPostPage .reviewContent .actionSidebar .actionCard .publishInfo .infoItem:last-child{margin-bottom:0}.reviewPostPage .reviewContent .actionSidebar .actionCard .publishInfo .infoItem .label{font-size:.9rem;color:#64748b;font-weight:500}.reviewPostPage .reviewContent .actionSidebar .actionCard .publishInfo .infoItem .value{font-weight:600;color:#1e293b;font-size:.9rem}.reviewPostPage .reviewContent .actionSidebar .actionCard .publishNote{background:#fef3c7;border:1px solid #fbbf24;border-radius:8px;padding:12px}.reviewPostPage .reviewContent .actionSidebar .actionCard .publishNote p{font-size:.85rem;color:#92400e;margin:0 0 8px;line-height:1.4}.reviewPostPage .reviewContent .actionSidebar .actionCard .publishNote p strong{color:#78350f}.reviewPostPage .reviewContent .actionSidebar .actionCard .publishNote .persistenceInfo{background:#ffffff4d;border-radius:4px;padding:6px 8px}.reviewPostPage .reviewContent .actionSidebar .actionCard .publishNote .persistenceInfo small{font-size:.75rem;color:#78350f;font-weight:500}.reviewPostPage .reviewContent .actionSidebar .actionCard .publishNote .persistenceInfo small strong{color:#451a03}.reviewProjectPage{padding:40px 0;min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.reviewProjectPage .container{max-width:1400px;margin:0 auto;padding:0 20px}.reviewProjectPage .loadingState{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:100px 20px;text-align:center}.reviewProjectPage .loadingState .spinner{width:60px;height:60px;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}.reviewProjectPage .loadingState p{color:#666;font-size:1.1rem}.reviewProjectPage .errorState{background:#fff;padding:60px 40px;border-radius:12px;text-align:center;box-shadow:0 4px 20px #0000001a}.reviewProjectPage .errorState .errorIcon{font-size:64px;margin-bottom:20px}.reviewProjectPage .errorState h2{color:#dc3545;margin-bottom:15px}.reviewProjectPage .errorState p{color:#666;margin-bottom:30px;font-size:1.1rem}.reviewProjectPage .errorState button{padding:12px 30px;background:#667eea;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s ease}.reviewProjectPage .errorState button:hover{background:#5568d3}.reviewProjectPage .reviewHeader{background:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 20px #0000001a;display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}@media (max-width: 1024px){.reviewProjectPage .reviewHeader{flex-direction:column;gap:20px;align-items:flex-start}}.reviewProjectPage .reviewHeader .headerContent h1{margin:0 0 10px;color:#1f2937;font-size:2rem}.reviewProjectPage .reviewHeader .headerContent .reviewNote{margin:0;color:#6b7280;font-size:1rem}.reviewProjectPage .reviewHeader .reviewStatus .statusBadge{padding:10px 20px;border-radius:20px;font-weight:600;font-size:.95rem}.reviewProjectPage .reviewHeader .reviewStatus .statusBadge.pending{background:#fef3c7;color:#92400e}.reviewProjectPage .reviewHeader .reviewStatus .statusBadge.approved{background:#d1fae5;color:#065f46}.reviewProjectPage .projectPreview{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:30px}@media (max-width: 1024px){.reviewProjectPage .projectPreview{padding:20px}}.reviewProjectPage .projectPreview .projectHeader{padding-bottom:30px;border-bottom:2px solid #f3f4f6;margin-bottom:30px}.reviewProjectPage .projectPreview .projectHeader .headerContent{margin-bottom:20px}.reviewProjectPage .projectPreview .projectHeader .headerContent h2{margin:0 0 15px;color:#1f2937;font-size:1.8rem}@media (max-width: 1024px){.reviewProjectPage .projectPreview .projectHeader .headerContent h2{font-size:1.5rem}}.reviewProjectPage .projectPreview .projectHeader .headerContent .projectMeta{display:flex;gap:10px;margin-bottom:15px}.reviewProjectPage .projectPreview .projectHeader .headerContent .projectMeta .status,.reviewProjectPage .projectPreview .projectHeader .headerContent .projectMeta .featured{padding:6px 12px;border-radius:6px;font-size:.85rem;font-weight:600}.reviewProjectPage .projectPreview .projectHeader .headerContent .projectMeta .status{background:#d1fae5;color:#065f46}.reviewProjectPage .projectPreview .projectHeader .headerContent .projectMeta .featured{background:#fef3c7;color:#92400e}.reviewProjectPage .projectPreview .projectHeader .headerContent .projectAddress{color:#6b7280;font-size:1rem;margin:0}.reviewProjectPage .projectPreview .projectHeader .keyMetrics{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media (max-width: 1024px){.reviewProjectPage .projectPreview .projectHeader .keyMetrics{grid-template-columns:1fr;gap:15px}}.reviewProjectPage .projectPreview .projectHeader .keyMetrics .metric{background:#f9fafb;padding:20px;border-radius:8px;text-align:center}.reviewProjectPage .projectPreview .projectHeader .keyMetrics .metric .value{display:block;font-size:1.3rem;font-weight:700;color:#1f2937;margin-bottom:8px}.reviewProjectPage .projectPreview .projectHeader .keyMetrics .metric .label{display:block;font-size:.9rem;color:#6b7280}.reviewProjectPage .projectPreview .mainContent{display:grid;grid-template-columns:2fr 1fr;gap:30px}@media (max-width: 1366px){.reviewProjectPage .projectPreview .mainContent{grid-template-columns:1fr}}.reviewProjectPage .projectPreview .mainContent .leftColumn .imageSection{margin-bottom:30px;border-radius:8px;overflow:hidden}.reviewProjectPage .projectPreview .mainContent .leftColumn .imageSection .noImage{background:#f3f4f6;padding:60px;text-align:center;border-radius:8px}.reviewProjectPage .projectPreview .mainContent .leftColumn .imageSection .noImage img{width:100px;opacity:.5}.reviewProjectPage .projectPreview .mainContent .leftColumn .descriptionSection,.reviewProjectPage .projectPreview .mainContent .leftColumn .amenitiesSection{margin-bottom:30px}.reviewProjectPage .projectPreview .mainContent .leftColumn .descriptionSection h3,.reviewProjectPage .projectPreview .mainContent .leftColumn .amenitiesSection h3{color:#1f2937;margin-bottom:15px;font-size:1.3rem}.reviewProjectPage .projectPreview .mainContent .leftColumn .descriptionSection .description,.reviewProjectPage .projectPreview .mainContent .leftColumn .amenitiesSection .description{color:#4b5563;line-height:1.8}.reviewProjectPage .projectPreview .mainContent .leftColumn .amenitiesGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.reviewProjectPage .projectPreview .mainContent .leftColumn .amenitiesGrid .amenity{background:#f9fafb;padding:12px 16px;border-radius:8px;font-size:.95rem;color:#374151;border:1px solid #e5e7eb}.reviewProjectPage .projectPreview .mainContent .rightColumn .infoCards{display:flex;flex-direction:column;gap:20px}.reviewProjectPage .projectPreview .mainContent .rightColumn .infoCards .infoCard{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.reviewProjectPage .projectPreview .mainContent .rightColumn .infoCards .infoCard .cardHeader{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:15px;display:flex;align-items:center;gap:10px}.reviewProjectPage .projectPreview .mainContent .rightColumn .infoCards .infoCard .cardHeader .icon{font-size:1.3rem}.reviewProjectPage .projectPreview .mainContent .rightColumn .infoCards .infoCard .cardHeader h4{margin:0;font-size:1.1rem}.reviewProjectPage .projectPreview .mainContent .rightColumn .infoCards .infoCard .cardContent{padding:20px}.reviewProjectPage .projectPreview .mainContent .rightColumn .infoCards .infoCard .cardContent .developerInfo{display:flex;gap:15px;margin-bottom:15px}.reviewProjectPage .projectPreview .mainContent .rightColumn .infoCards .infoCard .cardContent .developerInfo .developerAvatar{width:60px;height:60px;border-radius:50%;object-fit:cover}.reviewProjectPage .projectPreview .mainContent .rightColumn .infoCards .infoCard .cardContent .developerInfo .developerDetails h5{margin:0 0 5px;color:#1f2937;font-size:1.1rem}.reviewProjectPage .projectPreview .mainContent .rightColumn .infoCards .infoCard .cardContent .developerInfo .developerDetails .userType{margin:0 0 8px;color:#667eea;font-weight:600;font-size:.9rem}.reviewProjectPage .projectPreview .mainContent .rightColumn .infoCards .infoCard .cardContent .developerInfo .developerDetails .contactInfo{margin:4px 0;color:#6b7280;font-size:.9rem}.reviewProjectPage .projectPreview .mainContent .rightColumn .infoCards .infoCard .cardContent .infoRow{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #e5e7eb}.reviewProjectPage .projectPreview .mainContent .rightColumn .infoCards .infoCard .cardContent .infoRow:last-child{border-bottom:none}.reviewProjectPage .projectPreview .mainContent .rightColumn .infoCards .infoCard .cardContent .infoRow .label{color:#6b7280;font-weight:500}.reviewProjectPage .projectPreview .mainContent .rightColumn .infoCards .infoCard .cardContent .infoRow .value{color:#1f2937;font-weight:600;text-align:right}.reviewProjectPage .projectPreview .mainContent .rightColumn .infoCards .infoCard .cardContent .timelineItem{display:flex;gap:15px;padding:12px 0;border-bottom:1px solid #e5e7eb}.reviewProjectPage .projectPreview .mainContent .rightColumn .infoCards .infoCard .cardContent .timelineItem:last-child{border-bottom:none}.reviewProjectPage .projectPreview .mainContent .rightColumn .infoCards .infoCard .cardContent .timelineItem .timelineIcon{font-size:1.5rem}.reviewProjectPage .projectPreview .mainContent .rightColumn .infoCards .infoCard .cardContent .timelineItem .timelineLabel{color:#6b7280;font-size:.9rem;margin-bottom:4px}.reviewProjectPage .projectPreview .mainContent .rightColumn .infoCards .infoCard .cardContent .timelineItem .timelineDate{color:#1f2937;font-weight:600;font-size:1rem}.reviewProjectPage .actionNote{background:#fef3c7;border:2px solid #fbbf24;border-radius:12px;padding:20px;margin-top:30px;text-align:center}.reviewProjectPage .actionNote p{margin:0;color:#92400e;font-size:1rem;font-weight:500}.adminReviewPostPage{min-height:100vh;background-color:#f5f5f5;padding:40px 0}.adminReviewPostPage .container{max-width:1200px;margin:0 auto;padding:0 20px}.adminReviewPostPage .loadingState,.adminReviewPostPage .errorState{text-align:center;padding:80px 20px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.adminReviewPostPage .loadingState .spinner,.adminReviewPostPage .errorState .spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #fece51;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.adminReviewPostPage .loadingState .errorIcon,.adminReviewPostPage .errorState .errorIcon{font-size:64px;margin-bottom:20px}.adminReviewPostPage .loadingState h2,.adminReviewPostPage .errorState h2{color:#333;margin-bottom:10px}.adminReviewPostPage .loadingState p,.adminReviewPostPage .errorState p{color:#666;margin-bottom:30px}.adminReviewPostPage .loadingState button,.adminReviewPostPage .errorState button{padding:12px 32px;background-color:#fece51;color:#333;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s}.adminReviewPostPage .loadingState button:hover,.adminReviewPostPage .errorState button:hover{background-color:#f5c02e;transform:translateY(-2px)}.adminReviewPostPage .reviewHeader{background:#fff;border-radius:12px;padding:30px;margin-bottom:30px;box-shadow:0 2px 8px #0000001a;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.adminReviewPostPage .reviewHeader .headerContent h1{color:#333;font-size:32px;margin-bottom:8px}.adminReviewPostPage .reviewHeader .headerContent .reviewNote{color:#666;font-size:16px}.adminReviewPostPage .reviewHeader .reviewStatus .statusBadge{padding:8px 16px;border-radius:20px;font-weight:600;font-size:14px}.adminReviewPostPage .reviewHeader .reviewStatus .statusBadge.pending{background-color:#fff3cd;color:#856404}.adminReviewPostPage .reviewHeader .reviewStatus .statusBadge.approved{background-color:#d4edda;color:#155724}.adminReviewPostPage .section{background:#fff;border-radius:12px;padding:30px;margin-bottom:30px;box-shadow:0 2px 8px #0000001a}.adminReviewPostPage .section h2{color:#333;font-size:24px;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid #fece51}.adminReviewPostPage .section.imagesSection{padding:20px}.adminReviewPostPage .section .infoGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.adminReviewPostPage .section .infoGrid .infoItem label{display:block;color:#666;font-size:14px;font-weight:600;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.adminReviewPostPage .section .infoGrid .infoItem .value{color:#333;font-size:16px;font-weight:500}.adminReviewPostPage .section .infoGrid .infoItem .value.price{color:#fece51;font-size:20px;font-weight:700}.adminReviewPostPage .section .description{color:#333;line-height:1.8;font-size:16px}.adminReviewPostPage .section .description p{margin-bottom:15px}.adminReviewPostPage .section .description ul,.adminReviewPostPage .section .description ol{margin-left:20px;margin-bottom:15px}.adminReviewPostPage .section .description h1,.adminReviewPostPage .section .description h2,.adminReviewPostPage .section .description h3,.adminReviewPostPage .section .description h4,.adminReviewPostPage .section .description h5,.adminReviewPostPage .section .description h6{margin-top:20px;margin-bottom:10px;color:#333}.adminReviewPostPage .section .amenitiesGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.adminReviewPostPage .section .amenitiesGrid .amenity{padding:12px 16px;background-color:#f8f9fa;border-radius:8px;border:1px solid #e0e0e0;display:flex;align-items:center;gap:8px;font-size:15px;color:#333;transition:all .3s}.adminReviewPostPage .section .amenitiesGrid .amenity:hover{background-color:#fff3cd;border-color:#fece51}.adminReviewPostPage .section .userInfo{display:flex;align-items:center;gap:20px}.adminReviewPostPage .section .userInfo .userAvatar{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #fece51}.adminReviewPostPage .section .userInfo .userDetails .userName{font-size:20px;font-weight:700;color:#333;margin-bottom:4px}.adminReviewPostPage .section .userInfo .userDetails .userType{font-size:14px;color:#666;padding:4px 12px;background-color:#f8f9fa;border-radius:12px;display:inline-block}.adminReviewPostPage .approvalActions{background:#fff;border-radius:12px;padding:30px;box-shadow:0 2px 8px #0000001a;display:flex;gap:20px;justify-content:center}.adminReviewPostPage .approvalActions button{padding:16px 48px;border:none;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s}.adminReviewPostPage .approvalActions button:disabled{opacity:.6;cursor:not-allowed}.adminReviewPostPage .approvalActions button.approveButton{background-color:#28a745;color:#fff}.adminReviewPostPage .approvalActions button.approveButton:hover:not(:disabled){background-color:#218838;transform:translateY(-2px);box-shadow:0 4px 12px #28a74566}.adminReviewPostPage .approvalActions button.cancelButton{background-color:#6c757d;color:#fff}.adminReviewPostPage .approvalActions button.cancelButton:hover:not(:disabled){background-color:#5a6268;transform:translateY(-2px)}.adminReviewPostPage .approvedMessage{background:#fff;border-radius:12px;padding:40px;text-align:center;box-shadow:0 2px 8px #0000001a}.adminReviewPostPage .approvedMessage .approvedIcon{font-size:64px;margin-bottom:20px}.adminReviewPostPage .approvedMessage h3{color:#28a745;font-size:28px;margin-bottom:12px}.adminReviewPostPage .approvedMessage p{color:#666;font-size:16px;margin-bottom:30px}.adminReviewPostPage .approvedMessage button{padding:14px 40px;background-color:#fece51;color:#333;border:none;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s}.adminReviewPostPage .approvedMessage button:hover{background-color:#f5c02e;transform:translateY(-2px)}@media (max-width: 768px){.adminReviewPostPage{padding:20px 0}.adminReviewPostPage .reviewHeader{padding:20px}.adminReviewPostPage .reviewHeader .headerContent h1{font-size:24px}.adminReviewPostPage .section{padding:20px}.adminReviewPostPage .section h2{font-size:20px}.adminReviewPostPage .section .infoGrid,.adminReviewPostPage .section .amenitiesGrid{grid-template-columns:1fr}.adminReviewPostPage .approvalActions{flex-direction:column}.adminReviewPostPage .approvalActions button{width:100%}}.editPropertyPage{padding:10px;min-height:calc(100vh - 80px);background:#f8fafc}.editPropertyPage:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.03)"/><circle cx="20" cy="80" r="0.5" fill="rgba(255,255,255,0.03)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');pointer-events:none}.editPropertyPage .container{display:flex;min-height:100vh;position:relative;z-index:1;max-width:1400px;margin:0 auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.editPropertyPage .formSection{flex:2;padding:24px;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);margin:10px;border-radius:16px;box-shadow:0 25px 50px #00000026,0 0 0 1px #ffffff1a,inset 0 1px #fff9;border:1px solid rgba(255,255,255,.2);overflow-y:auto}.editPropertyPage .formSection .loading,.editPropertyPage .formSection .errorState{text-align:center;padding:60px 20px;color:#6b7280;font-size:1.2rem;font-weight:600}.editPropertyPage .formSection .errorState{color:#ef4444}.editPropertyPage .formSection .header{text-align:center;margin-bottom:24px}.editPropertyPage .formSection .header h1{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 10px;letter-spacing:-1px}.editPropertyPage .formSection .header p{color:#6b7280;font-size:.95rem;margin:0;font-weight:400}.editPropertyPage .formSection .form{display:grid;gap:20px}.editPropertyPage .formSection .form .section{background:#fffc;border-radius:12px;padding:20px;box-shadow:0 8px 25px #00000014;border:1px solid rgba(255,255,255,.3);transition:all .3s ease}.editPropertyPage .formSection .form .section:hover{transform:translateY(-2px);box-shadow:0 12px 35px #0000001f}.editPropertyPage .formSection .form .section .sectionTitle{display:flex;align-items:center;gap:10px;margin-bottom:16px;padding-bottom:10px;border-bottom:2px solid rgba(102,126,234,.1)}.editPropertyPage .formSection .form .section .sectionTitle .icon{font-size:1.2rem;width:32px;height:32px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #667eea4d}.editPropertyPage .formSection .form .section .sectionTitle h3{margin:0;font-size:1.1rem;font-weight:700;color:#1f2937;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.editPropertyPage .formSection .form .section .fieldGrid{display:grid;gap:16px}.editPropertyPage .formSection .form .section .fieldGrid.single{grid-template-columns:1fr}.editPropertyPage .formSection .form .section .fieldGrid.double{grid-template-columns:repeat(2,1fr)}.editPropertyPage .formSection .form .section .fieldGrid.triple{grid-template-columns:repeat(3,1fr)}.editPropertyPage .formSection .form .section .field{display:flex;flex-direction:column;gap:6px;position:relative}.editPropertyPage .formSection .form .section .field label{font-weight:600;font-size:.9rem;color:#374151}.editPropertyPage .formSection .form .section .field label .required{color:#ef4444;margin-left:2px}.editPropertyPage .formSection .form .section .field input,.editPropertyPage .formSection .form .section .field select,.editPropertyPage .formSection .form .section .field textarea{padding:10px 12px;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#fff}.editPropertyPage .formSection .form .section .field input:focus,.editPropertyPage .formSection .form .section .field select:focus,.editPropertyPage .formSection .form .section .field textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.editPropertyPage .formSection .form .section .field input::placeholder,.editPropertyPage .formSection .form .section .field select::placeholder,.editPropertyPage .formSection .form .section .field textarea::placeholder{color:#9ca3af}.editPropertyPage .formSection .form .section .field input.error,.editPropertyPage .formSection .form .section .field select.error,.editPropertyPage .formSection .form .section .field textarea.error{border-color:#ef4444}.editPropertyPage .formSection .form .section .field select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23667eea' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:40px}.editPropertyPage .formSection .form .section .field .searchField{position:relative}.editPropertyPage .formSection .form .section .field .searchField input{padding-right:50px}.editPropertyPage .formSection .form .section .field .searchField .searchIcon{position:absolute;right:16px;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:1.2rem}.editPropertyPage .formSection .form .section .field .fieldNote{display:flex;align-items:center;gap:6px;margin-top:4px;padding:6px 10px;background:#677eea14;border-radius:8px;border-left:3px solid #667eea;font-size:.85rem;color:#4f46e5;font-weight:500}.editPropertyPage .formSection .form .section .field .fieldNote span:first-child{font-size:1rem}.editPropertyPage .formSection .form .section .pricePreview{font-size:13px;color:#667eea;margin-top:4px;font-weight:500}.editPropertyPage .formSection .form .section .descriptionField .quill{border-radius:8px;overflow:hidden;border:2px solid #e5e7eb;transition:all .3s ease}.editPropertyPage .formSection .form .section .descriptionField .quill:focus-within{border-color:#667eea;box-shadow:0 0 0 4px #667eea1a}.editPropertyPage .formSection .form .section .descriptionField .quill .ql-toolbar{background:#f8fafccc;border:none;border-bottom:1px solid #e5e7eb}.editPropertyPage .formSection .form .section .descriptionField .quill .ql-container{border:none;min-height:180px;font-size:1rem}.editPropertyPage .formSection .form .section .descriptionField .quill.error{border-color:#ef4444}.editPropertyPage .formSection .form .section .descriptionField .descriptionPreview{display:flex;align-items:center;gap:6px;margin-top:6px;padding:6px 10px;background:#677eea14;border-radius:6px;font-size:.8rem;color:#4f46e5}.editPropertyPage .formSection .form .section .descriptionField .descriptionPreview .previewIcon{font-size:.9rem}.editPropertyPage .formSection .form .item{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.editPropertyPage .formSection .form .item label{font-weight:600;font-size:.95rem;color:#374151}.editPropertyPage .formSection .form .item input,.editPropertyPage .formSection .form .item select,.editPropertyPage .formSection .form .item textarea{padding:14px 16px;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#fff}.editPropertyPage .formSection .form .item input:focus,.editPropertyPage .formSection .form .item select:focus,.editPropertyPage .formSection .form .item textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.editPropertyPage .formSection .form .item select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23667eea' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:40px}.editPropertyPage .formSection .form .item .amenities{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px}.editPropertyPage .formSection .form .item .amenities label{display:flex;align-items:center;gap:10px;padding:12px;background:#f9fafb;border:2px solid #e5e7eb;border-radius:10px;cursor:pointer;transition:all .3s ease;font-weight:500}.editPropertyPage .formSection .form .item .amenities label:hover{border-color:#667eea;background:#667eea0d}.editPropertyPage .formSection .form .item .amenities label input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#667eea;margin:0}.editPropertyPage .formSection .form .item .fieldNote{display:flex;align-items:center;gap:8px;margin-top:6px;padding:8px 12px;background:#677eea14;border-radius:8px;border-left:3px solid #667eea;font-size:.85rem;color:#4f46e5;font-weight:500}.editPropertyPage .formSection .form .item .fieldNote span:first-child{font-size:1rem}.editPropertyPage .formSection .form .item.address,.editPropertyPage .formSection .form .item.description{grid-column:1/-1}.editPropertyPage .formSection .form .submitSection{text-align:center;margin-top:24px}.editPropertyPage .formSection .form .submitSection .errorMessage{color:#ef4444;background:#ef44441a;padding:12px 20px;border-radius:8px;margin-bottom:20px;border:1px solid rgba(239,68,68,.2)}.editPropertyPage .formSection .form .submitSection .submitBtn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:18px 48px;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;letter-spacing:.5px;text-transform:uppercase;box-shadow:0 8px 25px #667eea66;position:relative;overflow:hidden}.editPropertyPage .formSection .form .submitSection .submitBtn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.editPropertyPage .formSection .form .submitSection .submitBtn:hover{transform:translateY(-3px);box-shadow:0 12px 35px #667eea80}.editPropertyPage .formSection .form .submitSection .submitBtn:hover:before{left:100%}.editPropertyPage .formSection .form .submitSection .submitBtn:active{transform:translateY(-1px)}.editPropertyPage .formSection .form .submitSection .submitBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.editPropertyPage .imageSection{flex:1;padding:24px 10px;display:flex;flex-direction:column;gap:16px}.editPropertyPage .imageSection .imageCard{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;padding:20px;box-shadow:0 25px 50px #00000026,0 0 0 1px #ffffff1a;border:1px solid rgba(255,255,255,.2);text-align:center}.editPropertyPage .imageSection .imageCard h3{margin:0 0 16px;font-size:1.2rem;font-weight:600;color:#374151;display:flex;align-items:center;justify-content:center;gap:10px}.editPropertyPage .imageSection .imageCard h3:before{content:"📸";font-size:1.8rem}.editPropertyPage .imageSection .imageCard .imagePreview{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;margin-bottom:16px}.editPropertyPage .imageSection .imageCard .imagePreview .mediaPreviewItem{position:relative;width:100%;height:150px;border-radius:8px;overflow:hidden;box-shadow:0 8px 25px #00000026;transition:transform .3s ease}.editPropertyPage .imageSection .imageCard .imagePreview .mediaPreviewItem:hover{transform:scale(1.05)}.editPropertyPage .imageSection .imageCard .imagePreview .mediaPreviewItem:hover .deleteMediaBtn{opacity:1}.editPropertyPage .imageSection .imageCard .imagePreview .mediaPreviewItem img,.editPropertyPage .imageSection .imageCard .imagePreview .mediaPreviewItem video{width:100%;height:100%;object-fit:cover;display:block}.editPropertyPage .imageSection .imageCard .imagePreview .mediaPreviewItem .deleteMediaBtn{position:absolute;top:8px;right:8px;width:32px;height:32px;border-radius:50%;background:#ef4444f2;color:#fff;border:2px solid white;font-size:18px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease;box-shadow:0 4px 12px #0000004d;z-index:10}.editPropertyPage .imageSection .imageCard .imagePreview .mediaPreviewItem .deleteMediaBtn:hover{background:#dc2626;transform:scale(1.1);box-shadow:0 6px 16px #0006}.editPropertyPage .imageSection .imageCard .imagePreview .mediaPreviewItem .deleteMediaBtn:active{transform:scale(.95)}.editPropertyPage .imageSection .imageCard .imagePreview img{width:100%;height:150px;object-fit:cover;border-radius:8px;box-shadow:0 8px 25px #00000026;transition:transform .3s ease}.editPropertyPage .imageSection .imageCard .imagePreview img:hover{transform:scale(1.05)}.editPropertyPage .imageSection .imageCard .uploadWidget{margin-bottom:12px}.editPropertyPage .imageSection .imageCard .uploadNote{display:flex;align-items:center;justify-content:center;gap:6px;font-size:.85rem;color:#6b7280;margin:12px 0 0;padding:10px;background:#677eea0d;border-radius:8px}.editPropertyPage .imageSection .imageCard .uploadNote span:first-child{font-size:1.2rem}.editPropertyPage .suggestions-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 25px #00000026;z-index:1000;max-height:400px;overflow-y:auto;margin-top:4px}.editPropertyPage .suggestions-dropdown .suggestion-item{padding:12px 16px;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid #f3f4f6}.editPropertyPage .suggestions-dropdown .suggestion-item:last-child{border-bottom:none}.editPropertyPage .suggestions-dropdown .suggestion-item:hover{background:#667eea0d}.editPropertyPage .suggestions-dropdown .suggestion-item .suggestion-main{font-weight:500;color:#374151;margin-bottom:2px}.editPropertyPage .suggestions-dropdown .suggestion-item .suggestion-sub{font-size:13px;color:#6b7280}.editPropertyPage .loading-indicator{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 25px #00000026;padding:12px 16px;margin-top:4px;z-index:1000;color:#6b7280;font-size:14px}@media (max-width: 1200px){.editPropertyPage .container{flex-direction:column;margin:10px}.editPropertyPage .container .formSection,.editPropertyPage .container .imageSection{margin:8px 0;padding:20px}.editPropertyPage .container .formSection .form .section .fieldGrid.triple{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.editPropertyPage{padding:5px}.editPropertyPage .formSection,.editPropertyPage .imageSection{margin:5px;padding:16px;border-radius:12px}.editPropertyPage .formSection .header h1{font-size:1.8rem}.editPropertyPage .formSection .form{gap:16px}.editPropertyPage .formSection .form .section{padding:16px}.editPropertyPage .formSection .form .section .sectionTitle .icon{width:28px;height:28px;font-size:1.1rem}.editPropertyPage .formSection .form .section .sectionTitle h3{font-size:1rem}.editPropertyPage .formSection .form .section .fieldGrid.double,.editPropertyPage .formSection .form .section .fieldGrid.triple{grid-template-columns:1fr}}@media (max-width: 480px){.editPropertyPage .formSection{padding:12px}.editPropertyPage .formSection .header h1{font-size:1.5rem}.editPropertyPage .formSection .form .section{padding:12px}.editPropertyPage .formSection .form .section .sectionTitle h3{font-size:.95rem}}.editProjectPage{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:60px 20px}.editProjectPage .container{max-width:1200px;margin:0 auto}.editProjectPage .loading,.editProjectPage .error{background:#fff;padding:40px;border-radius:20px;text-align:center;font-size:18px;color:#666;box-shadow:0 10px 40px #0000001a}.editProjectPage .error{color:#e74c3c}.editProjectPage .formSection{background:#fff;border-radius:20px;padding:40px;box-shadow:0 10px 40px #0000001a}@media (max-width: 1024px){.editProjectPage .formSection{padding:30px}}@media (max-width: 738px){.editProjectPage .formSection{padding:20px}}.editProjectPage .formSection .header{margin-bottom:40px;text-align:center}.editProjectPage .formSection .header h1{font-size:36px;color:#2c3e50;margin-bottom:10px;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 1024px){.editProjectPage .formSection .header h1{font-size:30px}}@media (max-width: 738px){.editProjectPage .formSection .header h1{font-size:24px}}.editProjectPage .formSection .header p{color:#7f8c8d;font-size:16px}@media (max-width: 738px){.editProjectPage .formSection .header p{font-size:14px}}.editProjectPage .formSection .form .section{margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid #ecf0f1}.editProjectPage .formSection .form .section:last-of-type{border-bottom:none;padding-bottom:0}.editProjectPage .formSection .form .section .sectionTitle{display:flex;align-items:center;gap:12px;margin-bottom:24px}.editProjectPage .formSection .form .section .sectionTitle .icon{font-size:28px}@media (max-width: 738px){.editProjectPage .formSection .form .section .sectionTitle .icon{font-size:24px}}.editProjectPage .formSection .form .section .sectionTitle h3{font-size:22px;color:#2c3e50;margin:0}@media (max-width: 738px){.editProjectPage .formSection .form .section .sectionTitle h3{font-size:18px}}.editProjectPage .formSection .form .section .fieldGrid{display:grid;gap:20px}.editProjectPage .formSection .form .section .fieldGrid.single{grid-template-columns:1fr}.editProjectPage .formSection .form .section .fieldGrid.double{grid-template-columns:repeat(2,1fr)}@media (max-width: 1024px){.editProjectPage .formSection .form .section .fieldGrid.double{grid-template-columns:1fr}}.editProjectPage .formSection .form .section .fieldGrid.triple{grid-template-columns:repeat(3,1fr)}@media (max-width: 1024px){.editProjectPage .formSection .form .section .fieldGrid.triple{grid-template-columns:repeat(2,1fr)}}@media (max-width: 738px){.editProjectPage .formSection .form .section .fieldGrid.triple{grid-template-columns:1fr}}.editProjectPage .formSection .form .section .fieldGrid .field{display:flex;flex-direction:column;position:relative}.editProjectPage .formSection .form .section .fieldGrid .field label{font-weight:600;color:#34495e;margin-bottom:8px;font-size:14px}.editProjectPage .formSection .form .section .fieldGrid .field label .required{color:#e74c3c;margin-left:4px}.editProjectPage .formSection .form .section .fieldGrid .field input,.editProjectPage .formSection .form .section .fieldGrid .field select,.editProjectPage .formSection .form .section .fieldGrid .field textarea{padding:12px 16px;border:2px solid #ecf0f1;border-radius:10px;font-size:15px;transition:all .3s ease;font-family:inherit}.editProjectPage .formSection .form .section .fieldGrid .field input:focus,.editProjectPage .formSection .form .section .fieldGrid .field select:focus,.editProjectPage .formSection .form .section .fieldGrid .field textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.editProjectPage .formSection .form .section .fieldGrid .field input.error,.editProjectPage .formSection .form .section .fieldGrid .field select.error,.editProjectPage .formSection .form .section .fieldGrid .field textarea.error{border-color:#e74c3c}.editProjectPage .formSection .form .section .fieldGrid .field input::placeholder,.editProjectPage .formSection .form .section .fieldGrid .field select::placeholder,.editProjectPage .formSection .form .section .fieldGrid .field textarea::placeholder{color:#bdc3c7}.editProjectPage .formSection .form .section .fieldGrid .field select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23667eea' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:40px}.editProjectPage .formSection .form .section .fieldGrid .field .searchField{position:relative}.editProjectPage .formSection .form .section .fieldGrid .field .searchField input{padding-right:50px}.editProjectPage .formSection .form .section .fieldGrid .field .searchField .searchIcon{position:absolute;right:16px;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:1.2rem}.editProjectPage .formSection .form .section .fieldGrid .field .suggestions-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 25px #00000026;z-index:1000;max-height:200px;overflow-y:auto;margin-top:4px}.editProjectPage .formSection .form .section .fieldGrid .field .suggestions-dropdown .suggestion-item{padding:12px 16px;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid #f3f4f6}.editProjectPage .formSection .form .section .fieldGrid .field .suggestions-dropdown .suggestion-item:last-child{border-bottom:none}.editProjectPage .formSection .form .section .fieldGrid .field .suggestions-dropdown .suggestion-item:hover{background:#667eea0d}.editProjectPage .formSection .form .section .fieldGrid .field .suggestions-dropdown .suggestion-item .suggestion-main{font-weight:500;color:#374151;margin-bottom:2px}.editProjectPage .formSection .form .section .fieldGrid .field .suggestions-dropdown .suggestion-item .suggestion-sub{font-size:13px;color:#6b7280}.editProjectPage .formSection .form .section .fieldGrid .field .loadingText{font-size:13px;color:#7f8c8d;margin-top:4px}.editProjectPage .formSection .form .section .checkboxGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}@media (max-width: 738px){.editProjectPage .formSection .form .section .checkboxGrid{grid-template-columns:repeat(2,1fr)}}.editProjectPage .formSection .form .section .checkboxGrid .checkbox{display:flex;align-items:center;gap:10px;cursor:pointer;padding:12px;border:2px solid #ecf0f1;border-radius:10px;transition:all .3s ease}.editProjectPage .formSection .form .section .checkboxGrid .checkbox:hover{border-color:#667eea;background-color:#f8f9fa}.editProjectPage .formSection .form .section .checkboxGrid .checkbox input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#667eea}.editProjectPage .formSection .form .section .checkboxGrid .checkbox span{font-size:14px;color:#2c3e50;font-weight:500}.editProjectPage .formSection .form .section .quill{background:#fff}.editProjectPage .formSection .form .section .quill.error .ql-toolbar,.editProjectPage .formSection .form .section .quill.error .ql-container{border-color:#e74c3c}.editProjectPage .formSection .form .section .quill .ql-toolbar{border:2px solid #ecf0f1;border-radius:10px 10px 0 0;background:#f8f9fa}.editProjectPage .formSection .form .section .quill .ql-container{border:2px solid #ecf0f1;border-top:none;border-radius:0 0 10px 10px;min-height:200px;font-size:15px}.editProjectPage .formSection .form .section .imagePreview{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:16px;margin-top:20px}.editProjectPage .formSection .form .section .imagePreview .mediaPreviewItem{position:relative;width:100%;height:150px;border-radius:10px;overflow:hidden;border:2px solid #ecf0f1}.editProjectPage .formSection .form .section .imagePreview .mediaPreviewItem:hover .deleteMediaBtn{opacity:1}.editProjectPage .formSection .form .section .imagePreview .mediaPreviewItem img,.editProjectPage .formSection .form .section .imagePreview .mediaPreviewItem video{width:100%;height:100%;object-fit:cover;display:block}.editProjectPage .formSection .form .section .imagePreview .mediaPreviewItem .deleteMediaBtn{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;background:#ef4444f2;color:#fff;border:2px solid white;font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease;box-shadow:0 4px 12px #0000004d;z-index:10}.editProjectPage .formSection .form .section .imagePreview .mediaPreviewItem .deleteMediaBtn:hover{background:#dc2626;transform:scale(1.1);box-shadow:0 6px 16px #0006}.editProjectPage .formSection .form .section .imagePreview .mediaPreviewItem .deleteMediaBtn:active{transform:scale(.95)}.editProjectPage .formSection .form .section .imagePreview img{width:100%;height:150px;object-fit:cover;border-radius:10px;border:2px solid #ecf0f1}.editProjectPage .formSection .form .errorMessage{background:#fee;color:#e74c3c;padding:16px;border-radius:10px;margin-bottom:24px;text-align:center;font-weight:600;border:2px solid #e74c3c}.editProjectPage .formSection .form .submitSection{display:flex;gap:16px;justify-content:flex-end;margin-top:40px}@media (max-width: 738px){.editProjectPage .formSection .form .submitSection{flex-direction:column}}.editProjectPage .formSection .form .submitSection button{padding:14px 32px;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}@media (max-width: 738px){.editProjectPage .formSection .form .submitSection button{width:100%}}.editProjectPage .formSection .form .submitSection button:disabled{opacity:.6;cursor:not-allowed}.editProjectPage .formSection .form .submitSection .cancelBtn{background:#fff;color:#7f8c8d;border:2px solid #ecf0f1}.editProjectPage .formSection .form .submitSection .cancelBtn:hover:not(:disabled){background:#f8f9fa;border-color:#bdc3c7}.editProjectPage .formSection .form .submitSection .submitBtn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea4d}.editProjectPage .formSection .form .submitSection .submitBtn:hover:not(:disabled){box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.about{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:20px 0}.about .container{max-width:1200px;margin:0 auto;padding:0 20px}.about .hero{text-align:center;padding:60px 0;margin-bottom:40px}.about .hero h1{font-size:3.5rem;font-weight:700;color:#2c3e50;margin-bottom:20px;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about .hero .subtitle{font-size:1.4rem;color:#7f8c8d;max-width:600px;margin:0 auto;line-height:1.6}.about .content{background:#fff;border-radius:20px;padding:60px;box-shadow:0 20px 40px #0000001a;margin-bottom:40px}.about .content section{margin-bottom:50px}.about .content section:last-child{margin-bottom:0}.about .content section h2{font-size:2.2rem;color:#2c3e50;margin-bottom:25px;position:relative;padding-bottom:15px}.about .content section h2:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px}.about .content section p{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:20px}.about .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-top:40px}.about .features-grid .feature{background:#f8f9fa;padding:30px;border-radius:15px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.about .features-grid .feature:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000001a}.about .features-grid .feature .feature-icon{font-size:3rem;margin-bottom:20px}.about .features-grid .feature h3{font-size:1.3rem;color:#2c3e50;margin-bottom:15px;font-weight:600}.about .features-grid .feature p{font-size:1rem;color:#666;line-height:1.6}.about .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px;margin-top:40px}.about .stats-grid .stat{text-align:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:40px 20px;border-radius:15px;box-shadow:0 10px 25px #667eea4d}.about .stats-grid .stat .stat-number{font-size:2.5rem;font-weight:700;margin-bottom:10px}.about .stats-grid .stat .stat-label{font-size:1.1rem;opacity:.9}.about .values-list{margin-top:40px}.about .values-list .value{background:#f8f9fa;padding:30px;border-radius:15px;margin-bottom:25px;border-left:5px solid #667eea}.about .values-list .value h3{font-size:1.4rem;color:#2c3e50;margin-bottom:15px;font-weight:600}.about .values-list .value p{font-size:1rem;color:#666;line-height:1.7;margin:0}.about .contact-cta{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:40px;border-radius:15px;text-align:center}.about .contact-cta h2{color:#fff}.about .contact-cta h2:after{background:#fff}.about .contact-cta p{color:#ffffffe6;font-size:1.1rem;margin-bottom:30px}.about .contact-cta .contact-info{display:flex;justify-content:center;flex-wrap:wrap;gap:30px}.about .contact-cta .contact-info .contact-item{background:#ffffff1a;padding:15px 25px;border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.about .contact-cta .contact-info .contact-item strong{display:block;margin-bottom:5px;font-weight:600}.about .intro p,.about .mission p,.about .team p{font-size:1.2rem;line-height:1.8;color:#fff;text-align:justify}.terms-of-service{min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:40px 0}.terms-of-service .container{max-width:900px;margin:0 auto;padding:0 20px}@media (max-width: 1024px){.terms-of-service .container{padding:0 15px}}@media (max-width: 738px){.terms-of-service .container{padding:0 10px}}.terms-of-service .header{background:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 20px #00000014;margin-bottom:30px;text-align:center}@media (max-width: 1024px){.terms-of-service .header{padding:30px 20px}}.terms-of-service .header h1{color:#2c3e50;font-size:2.5rem;font-weight:700;margin-bottom:10px;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 1024px){.terms-of-service .header h1{font-size:2rem}}@media (max-width: 738px){.terms-of-service .header h1{font-size:1.8rem}}.terms-of-service .header .last-updated{color:#6c757d;font-size:.9rem;font-style:italic}.terms-of-service .content{background:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 20px #00000014;margin-bottom:30px}@media (max-width: 1024px){.terms-of-service .content{padding:30px 20px}}@media (max-width: 738px){.terms-of-service .content{padding:20px 15px}}.terms-of-service .content .section{margin-bottom:40px}.terms-of-service .content .section:last-child{margin-bottom:0}.terms-of-service .content .section h2{color:#2c3e50;font-size:1.5rem;font-weight:600;margin-bottom:15px;padding-bottom:8px;border-bottom:2px solid #667eea;position:relative}@media (max-width: 738px){.terms-of-service .content .section h2{font-size:1.3rem}}.terms-of-service .content .section h2:after{content:"";position:absolute;bottom:-2px;left:0;width:50px;height:2px;background:linear-gradient(135deg,#667eea,#764ba2)}.terms-of-service .content .section p{color:#495057;line-height:1.7;margin-bottom:15px;font-size:1rem}@media (max-width: 738px){.terms-of-service .content .section p{font-size:.95rem}}.terms-of-service .content .section p:last-child{margin-bottom:0}.terms-of-service .content .section ul{margin:15px 0;padding-left:25px}.terms-of-service .content .section ul li{color:#495057;line-height:1.6;margin-bottom:8px;font-size:.95rem;position:relative}@media (max-width: 738px){.terms-of-service .content .section ul li{font-size:.9rem;margin-bottom:6px}}.terms-of-service .content .section ul li::marker{color:#667eea}.terms-of-service .content .section ul li:before{content:"▸";color:#667eea;font-weight:700;position:absolute;left:-20px}.terms-of-service .content .section .contact-info{background:#f8f9fa;padding:20px;border-radius:8px;border-left:4px solid #667eea;margin-top:15px}.terms-of-service .content .section .contact-info p{margin-bottom:8px;font-size:.95rem}.terms-of-service .content .section .contact-info p:last-child{margin-bottom:0}.terms-of-service .content .section .contact-info p strong{color:#2c3e50;font-weight:600}.terms-of-service .footer-navigation{background:#fff;padding:25px 40px;border-radius:12px;box-shadow:0 4px 20px #00000014;display:flex;justify-content:space-between;align-items:center}@media (max-width: 1024px){.terms-of-service .footer-navigation{padding:20px;flex-direction:column;gap:15px;text-align:center}}.terms-of-service .footer-navigation .back-home{color:#667eea;text-decoration:none;font-weight:600;font-size:1rem;display:flex;align-items:center;gap:8px;padding:10px 20px;border:2px solid #667eea;border-radius:8px;transition:all .3s ease}.terms-of-service .footer-navigation .back-home:hover{background:#667eea;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.terms-of-service .footer-navigation .related-links{display:flex;gap:20px}@media (max-width: 738px){.terms-of-service .footer-navigation .related-links{flex-direction:column;gap:10px}}.terms-of-service .footer-navigation .related-links a{color:#6c757d;text-decoration:none;font-size:.9rem;padding:8px 15px;border-radius:6px;transition:all .3s ease}.terms-of-service .footer-navigation .related-links a:hover{color:#667eea;background:#667eea1a}@media print{.terms-of-service .footer-navigation{display:none}.terms-of-service .header,.terms-of-service .content{box-shadow:none;border:1px solid #ddd}}.privacy-policy{min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:40px 0}.privacy-policy .container{max-width:900px;margin:0 auto;padding:0 20px}@media (max-width: 1024px){.privacy-policy .container{padding:0 15px}}@media (max-width: 738px){.privacy-policy .container{padding:0 10px}}.privacy-policy .header{background:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 20px #00000014;margin-bottom:30px;text-align:center}@media (max-width: 1024px){.privacy-policy .header{padding:30px 20px}}.privacy-policy .header h1{color:#2c3e50;font-size:2.5rem;font-weight:700;margin-bottom:10px;background:linear-gradient(135deg,#28a745,#20c997);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 1024px){.privacy-policy .header h1{font-size:2rem}}@media (max-width: 738px){.privacy-policy .header h1{font-size:1.8rem}}.privacy-policy .header .last-updated{color:#6c757d;font-size:.9rem;font-style:italic}.privacy-policy .content{background:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 20px #00000014;margin-bottom:30px}@media (max-width: 1024px){.privacy-policy .content{padding:30px 20px}}@media (max-width: 738px){.privacy-policy .content{padding:20px 15px}}.privacy-policy .content .section{margin-bottom:40px}.privacy-policy .content .section:last-child{margin-bottom:0}.privacy-policy .content .section h2{color:#2c3e50;font-size:1.5rem;font-weight:600;margin-bottom:15px;padding-bottom:8px;border-bottom:2px solid #28a745;position:relative}@media (max-width: 738px){.privacy-policy .content .section h2{font-size:1.3rem}}.privacy-policy .content .section h2:after{content:"";position:absolute;bottom:-2px;left:0;width:50px;height:2px;background:linear-gradient(135deg,#28a745,#20c997)}.privacy-policy .content .section h3{color:#495057;font-size:1.2rem;font-weight:600;margin:25px 0 10px;padding-left:15px;border-left:3px solid #28a745}@media (max-width: 738px){.privacy-policy .content .section h3{font-size:1.1rem}}.privacy-policy .content .section p{color:#495057;line-height:1.7;margin-bottom:15px;font-size:1rem}@media (max-width: 738px){.privacy-policy .content .section p{font-size:.95rem}}.privacy-policy .content .section p:last-child{margin-bottom:0}.privacy-policy .content .section p strong{color:#2c3e50;font-weight:600}.privacy-policy .content .section ul{margin:15px 0;padding-left:25px}.privacy-policy .content .section ul li{color:#495057;line-height:1.6;margin-bottom:8px;font-size:.95rem;position:relative}@media (max-width: 738px){.privacy-policy .content .section ul li{font-size:.9rem;margin-bottom:6px}}.privacy-policy .content .section ul li::marker{color:#28a745}.privacy-policy .content .section ul li:before{content:"▸";color:#28a745;font-weight:700;position:absolute;left:-20px}.privacy-policy .content .section ul li strong{color:#2c3e50;font-weight:600}.privacy-policy .content .section .contact-info{background:#f8f9fa;padding:20px;border-radius:8px;border-left:4px solid #28a745;margin-top:15px}.privacy-policy .content .section .contact-info p{margin-bottom:8px;font-size:.95rem}.privacy-policy .content .section .contact-info p:last-child{margin-bottom:0}.privacy-policy .content .section .contact-info p strong{color:#2c3e50;font-weight:600}.privacy-policy .footer-navigation{background:#fff;padding:25px 40px;border-radius:12px;box-shadow:0 4px 20px #00000014;display:flex;justify-content:space-between;align-items:center}@media (max-width: 1024px){.privacy-policy .footer-navigation{padding:20px;flex-direction:column;gap:15px;text-align:center}}.privacy-policy .footer-navigation .back-home{color:#28a745;text-decoration:none;font-weight:600;font-size:1rem;display:flex;align-items:center;gap:8px;padding:10px 20px;border:2px solid #28a745;border-radius:8px;transition:all .3s ease}.privacy-policy .footer-navigation .back-home:hover{background:#28a745;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #28a7454d}.privacy-policy .footer-navigation .related-links{display:flex;gap:20px}@media (max-width: 738px){.privacy-policy .footer-navigation .related-links{flex-direction:column;gap:10px}}.privacy-policy .footer-navigation .related-links a{color:#6c757d;text-decoration:none;font-size:.9rem;padding:8px 15px;border-radius:6px;transition:all .3s ease}.privacy-policy .footer-navigation .related-links a:hover{color:#28a745;background:#28a7451a}@media print{.privacy-policy .footer-navigation{display:none}.privacy-policy .header,.privacy-policy .content{box-shadow:none;border:1px solid #ddd}}.contact{min-height:calc(100vh - 80px);background:linear-gradient(135deg,#667eea,#764ba2);padding:40px 0;color:#fff}.contact .container{max-width:1200px;margin:0 auto;padding:0 20px}.contact .header{text-align:center;margin-bottom:60px}.contact .header h1{font-size:3rem;font-weight:700;margin-bottom:16px;text-shadow:0 2px 4px rgba(0,0,0,.3)}@media (max-width: 1024px){.contact .header h1{font-size:2.5rem}}@media (max-width: 738px){.contact .header h1{font-size:2rem}}.contact .header p{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto}@media (max-width: 738px){.contact .header p{font-size:1rem}}.contact .contact-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:80px}@media (max-width: 1366px){.contact .contact-content{grid-template-columns:1fr;gap:40px}}.contact .contact-info h2{font-size:2rem;margin-bottom:20px;color:#fff}.contact .contact-info>p{font-size:1.1rem;line-height:1.6;margin-bottom:40px;opacity:.9}.contact .contact-info .info-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:40px}@media (max-width: 738px){.contact .contact-info .info-cards{grid-template-columns:1fr}}.contact .contact-info .info-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:20px;text-align:center;border:1px solid rgba(255,255,255,.2);transition:transform .3s ease,background .3s ease}.contact .contact-info .info-card:hover{transform:translateY(-5px);background:#ffffff26}.contact .contact-info .info-card .icon{font-size:2rem;margin-bottom:10px}.contact .contact-info .info-card h3{font-size:1.2rem;margin-bottom:8px;color:#fff}.contact .contact-info .info-card p{font-size:.9rem;opacity:.8;margin:4px 0}.contact .contact-info .additional-contacts{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:30px;border:1px solid rgba(255,255,255,.2)}.contact .contact-info .additional-contacts h3{font-size:1.3rem;margin-bottom:20px;color:#fff}.contact .contact-info .additional-contacts .support-links{display:grid;gap:12px}.contact .contact-info .additional-contacts .support-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.1)}@media (max-width: 738px){.contact .contact-info .additional-contacts .support-item{flex-direction:column;align-items:flex-start;gap:4px}}.contact .contact-info .additional-contacts .support-item:last-child{border-bottom:none}.contact .contact-info .additional-contacts .support-item strong{color:#fff}.contact .contact-info .additional-contacts .support-item span{opacity:.8;font-family:monospace}.contact .contact-form{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:40px;color:#333;box-shadow:0 20px 40px #0000001a}@media (max-width: 738px){.contact .contact-form{padding:30px 20px}}.contact .contact-form h2{font-size:2rem;margin-bottom:12px;color:#333}.contact .contact-form>p{color:#666;margin-bottom:30px;line-height:1.5}.contact .contact-form .form-group{margin-bottom:24px}.contact .contact-form .form-group label{display:block;font-weight:600;margin-bottom:8px;color:#333;font-size:.95rem}.contact .contact-form .form-group input,.contact .contact-form .form-group select,.contact .contact-form .form-group textarea{width:100%;padding:12px 16px;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease;background:#fff}.contact .contact-form .form-group input:focus,.contact .contact-form .form-group select:focus,.contact .contact-form .form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.contact .contact-form .form-group input::placeholder,.contact .contact-form .form-group select::placeholder,.contact .contact-form .form-group textarea::placeholder{color:#aaa}.contact .contact-form .form-group textarea{resize:vertical;min-height:120px;font-family:inherit}.contact .contact-form .form-group select{cursor:pointer}.contact .contact-form .form-group .char-count{text-align:right;font-size:.8rem;color:#666;margin-top:4px}.contact .contact-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media (max-width: 738px){.contact .contact-form .form-row{grid-template-columns:1fr;gap:0}}.contact .contact-form .submit-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:16px 32px;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;width:100%}.contact .contact-form .submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #667eea4d}.contact .contact-form .submit-btn:disabled{opacity:.7;cursor:not-allowed}.contact .contact-form .success-message,.contact .contact-form .error-message{margin-top:20px;padding:16px;border-radius:8px;display:flex;align-items:center;gap:12px}.contact .contact-form .success-message .message-icon,.contact .contact-form .error-message .message-icon{font-size:1.2rem}.contact .contact-form .success-message p,.contact .contact-form .error-message p{margin:0;font-weight:500}.contact .contact-form .success-message{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.contact .contact-form .error-message{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.contact .faq-section{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:40px;margin-bottom:40px;border:1px solid rgba(255,255,255,.2)}@media (max-width: 738px){.contact .faq-section{padding:30px 20px}}.contact .faq-section h2{font-size:2rem;text-align:center;margin-bottom:40px;color:#fff}.contact .faq-section .faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-bottom:30px}@media (max-width: 1366px){.contact .faq-section .faq-grid{grid-template-columns:1fr;gap:20px}}.contact .faq-section .faq-item h3{font-size:1.2rem;margin-bottom:12px;color:#fff}.contact .faq-section .faq-item p{line-height:1.6;opacity:.9}.contact .faq-section .help-center-link{display:block;text-align:center;color:#fff;text-decoration:none;font-weight:600;padding:12px 24px;background:#ffffff1a;border-radius:8px;transition:background .3s ease}.contact .faq-section .help-center-link:hover{background:#fff3}.contact .footer-navigation{display:flex;justify-content:space-between;align-items:center;padding-top:30px;border-top:1px solid rgba(255,255,255,.2)}@media (max-width: 738px){.contact .footer-navigation{flex-direction:column;gap:20px;text-align:center}}.contact .footer-navigation .back-home{color:#fff;text-decoration:none;font-weight:600;opacity:.9;transition:opacity .3s ease}.contact .footer-navigation .back-home:hover{opacity:1}.contact .footer-navigation .related-links{display:flex;gap:20px}.contact .footer-navigation .related-links a{color:#fff;text-decoration:none;opacity:.8;transition:opacity .3s ease}.contact .footer-navigation .related-links a:hover{opacity:1}@media print{.contact{background:#fff!important;color:#000!important}.contact *{background:transparent!important;color:#000!important;text-shadow:none!important;box-shadow:none!important}.contact .contact-form{display:none}.contact .faq-section{border:1px solid #ddd}}.help-center{min-height:calc(100vh - 80px);background:linear-gradient(135deg,#667eea,#764ba2);padding:40px 0;color:#fff}.help-center .container{max-width:1400px;margin:0 auto;padding:0 20px}.help-center .header{text-align:center;margin-bottom:50px}.help-center .header h1{font-size:3.5rem;font-weight:700;margin-bottom:16px;text-shadow:0 2px 4px rgba(0,0,0,.3)}@media (max-width: 1024px){.help-center .header h1{font-size:2.8rem}}@media (max-width: 738px){.help-center .header h1{font-size:2.2rem}}.help-center .header p{font-size:1.3rem;opacity:.9;max-width:700px;margin:0 auto 40px}@media (max-width: 738px){.help-center .header p{font-size:1.1rem}}.help-center .header .search-bar{max-width:600px;margin:0 auto}.help-center .header .search-bar .search-input{position:relative;display:flex;align-items:center}.help-center .header .search-bar .search-input .search-icon{position:absolute;left:16px;font-size:1.2rem;z-index:2}.help-center .header .search-bar .search-input input{width:100%;padding:16px 20px 16px 50px;border:none;border-radius:12px;font-size:1.1rem;background:#fffffff2;color:#333;box-shadow:0 4px 20px #0000001a;transition:all .3s ease}.help-center .header .search-bar .search-input input:focus{outline:none;background:#fff;box-shadow:0 8px 30px #00000026;transform:translateY(-2px)}.help-center .header .search-bar .search-input input::placeholder{color:#666}.help-center .help-content{display:grid;grid-template-columns:300px 1fr;gap:40px;margin-bottom:60px}@media (max-width: 1366px){.help-center .help-content{grid-template-columns:250px 1fr;gap:30px}}@media (max-width: 1024px){.help-center .help-content{grid-template-columns:1fr;gap:30px}}@media (max-width: 1024px){.help-center .categories-sidebar{order:2}}.help-center .categories-sidebar h3{font-size:1.5rem;margin-bottom:20px;color:#fff}.help-center .categories-sidebar .category-list{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:20px;margin-bottom:30px;border:1px solid rgba(255,255,255,.2)}.help-center .categories-sidebar .category-list .category-btn{width:100%;display:flex;align-items:center;gap:12px;padding:12px 16px;background:transparent;border:none;color:#fff;text-align:left;border-radius:8px;cursor:pointer;transition:all .3s ease;margin-bottom:4px}.help-center .categories-sidebar .category-list .category-btn:hover{background:#ffffff1a;transform:translate(4px)}.help-center .categories-sidebar .category-list .category-btn.active{background:#fff3;font-weight:600}.help-center .categories-sidebar .category-list .category-btn .category-icon{font-size:1.2rem}.help-center .categories-sidebar .category-list .category-btn .category-name{font-size:.95rem}.help-center .categories-sidebar .quick-contact{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:20px;border:1px solid rgba(255,255,255,.2)}.help-center .categories-sidebar .quick-contact h4{font-size:1.2rem;margin-bottom:16px;color:#fff}.help-center .categories-sidebar .quick-contact .contact-options{display:flex;flex-direction:column;gap:12px}.help-center .categories-sidebar .quick-contact .contact-option{display:flex;align-items:center;gap:12px;padding:12px;background:#ffffff1a;border-radius:8px;color:#fff;text-decoration:none;transition:all .3s ease}.help-center .categories-sidebar .quick-contact .contact-option:hover{background:#fff3;transform:translateY(-2px)}.help-center .categories-sidebar .quick-contact .contact-option .contact-icon{font-size:1.5rem}.help-center .categories-sidebar .quick-contact .contact-option strong{display:block;font-size:.95rem;margin-bottom:2px}.help-center .categories-sidebar .quick-contact .contact-option p{font-size:.8rem;opacity:.8;margin:0}@media (max-width: 1024px){.help-center .main-content{order:1}}.help-center .main-content section{margin-bottom:50px}.help-center .main-content h2{font-size:2.2rem;margin-bottom:30px;color:#fff;display:flex;align-items:center;gap:12px}@media (max-width: 738px){.help-center .main-content h2{font-size:1.8rem}}.help-center .main-content h2 .category-filter{font-size:1.2rem;opacity:.8}.help-center .guides-section .guides-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px}@media (max-width: 738px){.help-center .guides-section .guides-grid{grid-template-columns:1fr}}.help-center .guides-section .guide-card{background:#fffffff2;color:#333;border-radius:16px;padding:30px;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.help-center .guides-section .guide-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}.help-center .guides-section .guide-card h3{font-size:1.4rem;margin-bottom:12px;color:#333}.help-center .guides-section .guide-card p{color:#666;margin-bottom:20px;line-height:1.6}.help-center .guides-section .guide-card .guide-steps{padding-left:0;counter-reset:step-counter}.help-center .guides-section .guide-card .guide-steps li{counter-increment:step-counter;margin-bottom:12px;padding-left:40px;position:relative;line-height:1.5}.help-center .guides-section .guide-card .guide-steps li:before{content:counter(step-counter);position:absolute;left:0;top:0;background:#667eea;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700}.help-center .faq-section .faq-list{display:flex;flex-direction:column;gap:16px}.help-center .faq-section .faq-item{background:#fffffff2;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000001a;transition:all .3s ease}.help-center .faq-section .faq-item:hover{box-shadow:0 8px 25px #00000026}.help-center .faq-section .faq-item.expanded .expand-icon{transform:rotate(180deg)}.help-center .faq-section .faq-item.expanded .faq-answer{max-height:500px;padding:0 24px 24px}.help-center .faq-section .faq-item .faq-question{width:100%;padding:20px 24px;background:transparent;border:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;color:#333;font-size:1.1rem;font-weight:600;transition:background .3s ease}.help-center .faq-section .faq-item .faq-question:hover{background:#667eea0d}.help-center .faq-section .faq-item .faq-question .question-text{flex:1;padding-right:16px}.help-center .faq-section .faq-item .faq-question .expand-icon{font-size:1rem;color:#667eea;transition:transform .3s ease}.help-center .faq-section .faq-item .faq-answer{max-height:0;overflow:hidden;transition:all .3s ease}.help-center .faq-section .faq-item .faq-answer p{color:#555;line-height:1.7;margin:0}.help-center .faq-section .no-results{text-align:center;padding:60px 20px;background:#ffffff1a;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.help-center .faq-section .no-results .no-results-icon{font-size:4rem;margin-bottom:20px}.help-center .faq-section .no-results h3{font-size:1.8rem;margin-bottom:12px;color:#fff}.help-center .faq-section .no-results p{font-size:1.1rem;opacity:.8;margin-bottom:30px}.help-center .faq-section .no-results .clear-search-btn{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);padding:12px 24px;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease}.help-center .faq-section .no-results .clear-search-btn:hover{background:#ffffff4d;transform:translateY(-2px)}.help-center .help-contact-section .contact-card{background:#fffffff2;color:#333;border-radius:16px;padding:40px;text-align:center;box-shadow:0 10px 30px #0000001a}.help-center .help-contact-section .contact-card h3{font-size:1.8rem;margin-bottom:16px;color:#333}.help-center .help-contact-section .contact-card p{font-size:1.1rem;color:#666;line-height:1.6;margin-bottom:30px;max-width:600px;margin-left:auto;margin-right:auto}.help-center .help-contact-section .contact-card .contact-actions{display:flex;gap:16px;justify-content:center;margin-bottom:20px}@media (max-width: 738px){.help-center .help-contact-section .contact-card .contact-actions{flex-direction:column}}.help-center .help-contact-section .contact-card .contact-actions .contact-btn{padding:14px 28px;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block}.help-center .help-contact-section .contact-card .contact-actions .contact-btn.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none}.help-center .help-contact-section .contact-card .contact-actions .contact-btn.primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea4d}.help-center .help-contact-section .contact-card .contact-actions .contact-btn.secondary{background:transparent;color:#667eea;border:2px solid #667eea}.help-center .help-contact-section .contact-card .contact-actions .contact-btn.secondary:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.help-center .help-contact-section .contact-card .response-time{display:flex;align-items:center;justify-content:center;gap:8px;color:#666;font-size:.95rem}.help-center .help-contact-section .contact-card .response-time .response-icon{font-size:1.1rem}.help-center .footer-navigation{display:flex;justify-content:space-between;align-items:center;padding-top:40px;border-top:1px solid rgba(255,255,255,.2)}@media (max-width: 738px){.help-center .footer-navigation{flex-direction:column;gap:20px;text-align:center}}.help-center .footer-navigation .back-home{color:#fff;text-decoration:none;font-weight:600;opacity:.9;transition:opacity .3s ease}.help-center .footer-navigation .back-home:hover{opacity:1}.help-center .footer-navigation .related-links{display:flex;gap:20px}@media (max-width: 738px){.help-center .footer-navigation .related-links{flex-wrap:wrap;justify-content:center}}.help-center .footer-navigation .related-links a{color:#fff;text-decoration:none;opacity:.8;transition:opacity .3s ease}.help-center .footer-navigation .related-links a:hover{opacity:1}@media print{.help-center{background:#fff!important;color:#000!important}.help-center *{background:transparent!important;color:#000!important;text-shadow:none!important;box-shadow:none!important}.help-center .categories-sidebar,.help-center .search-bar,.help-center .contact-actions,.help-center .footer-navigation{display:none}.help-center .help-content{grid-template-columns:1fr}.help-center .faq-item{border:1px solid #ddd;margin-bottom:10px}.help-center .faq-item .faq-answer{max-height:none!important;padding:16px 24px!important}.help-center .guide-card{border:1px solid #ddd;margin-bottom:20px}}.publicUserPage{padding:2rem 0;min-height:calc(100vh - 140px)}.publicUserPage .content{max-width:1200px;margin:0 auto;padding:0 1rem}@media (max-width: 1024px){.publicUserPage .content{padding:0 .5rem}}.publicUserPage .notFound{text-align:center;padding:4rem 2rem}.publicUserPage .notFound h1{color:#ef4444;margin-bottom:1rem;font-size:2rem}.publicUserPage .notFound p{color:#6b7280;font-size:1.1rem}.publicUserPage .userProfileHeader{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000000d}@media (max-width: 1024px){.publicUserPage .userProfileHeader{padding:1.5rem}}.publicUserPage .userProfileHeader .userCard{display:flex;gap:2rem;align-items:flex-start}@media (max-width: 1024px){.publicUserPage .userProfileHeader .userCard{flex-direction:column;align-items:center;text-align:center;gap:1.5rem}}.publicUserPage .userProfileHeader .userCard .avatar{flex-shrink:0}.publicUserPage .userProfileHeader .userCard .avatar img{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid white;box-shadow:0 4px 12px #0000001a}@media (max-width: 1024px){.publicUserPage .userProfileHeader .userCard .avatar img{width:100px;height:100px}}.publicUserPage .userProfileHeader .userCard .userInfo{flex:1}.publicUserPage .userProfileHeader .userCard .userInfo h1{font-size:2rem;color:#1f2937;margin-bottom:.5rem;font-weight:700}@media (max-width: 1024px){.publicUserPage .userProfileHeader .userCard .userInfo h1{font-size:1.5rem}}.publicUserPage .userProfileHeader .userCard .userInfo .username{color:#6b7280;font-size:1.1rem;margin-bottom:1rem;font-weight:500}.publicUserPage .userProfileHeader .userCard .userInfo .userType{margin-bottom:1.5rem}.publicUserPage .userProfileHeader .userCard .userInfo .userType .badge{display:inline-block;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.publicUserPage .userProfileHeader .userCard .userInfo .userType .badge.owner{background:#22c55e1a;color:#059669;border:1px solid rgba(34,197,94,.2)}.publicUserPage .userProfileHeader .userCard .userInfo .userType .badge.agent{background:#3b82f61a;color:#2563eb;border:1px solid rgba(59,130,246,.2)}.publicUserPage .userProfileHeader .userCard .userInfo .userType .badge.builder{background:#a855f71a;color:#7c3aed;border:1px solid rgba(168,85,247,.2)}.publicUserPage .userProfileHeader .userCard .userInfo .userDetails{margin-bottom:1.5rem}.publicUserPage .userProfileHeader .userCard .userInfo .userDetails .detail{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;color:#4b5563}.publicUserPage .userProfileHeader .userCard .userInfo .userDetails .detail .icon{font-size:1rem}.publicUserPage .userProfileHeader .userCard .userInfo .userDetails .detail .text{font-size:.95rem}.publicUserPage .userProfileHeader .userCard .userInfo .userDetails .professionalInfo{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.publicUserPage .userProfileHeader .userCard .userInfo .stats{display:flex;gap:2rem}@media (max-width: 1024px){.publicUserPage .userProfileHeader .userCard .userInfo .stats{justify-content:center}}.publicUserPage .userProfileHeader .userCard .userInfo .stats .stat{text-align:center}.publicUserPage .userProfileHeader .userCard .userInfo .stats .stat .number{display:block;font-size:1.5rem;font-weight:700;color:#1f2937}.publicUserPage .userProfileHeader .userCard .userInfo .stats .stat .label{font-size:.875rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.publicUserPage .userProfileHeader .userCard .userInfo .actions{margin-top:1.5rem;display:flex;gap:1rem}.publicUserPage .userProfileHeader .userCard .userInfo .actions .chatBtn{background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;color:#fff;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;border-radius:8px;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 4px 12px #2563eb59;transition:all .25s ease}.publicUserPage .userProfileHeader .userCard .userInfo .actions .chatBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 18px #2563eb73}.publicUserPage .userProfileHeader .userCard .userInfo .actions .chatBtn:active:not(:disabled){transform:translateY(0)}.publicUserPage .userProfileHeader .userCard .userInfo .actions .chatBtn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.publicUserPage .userProfileHeader .userCard .userInfo .chatError{margin-top:.75rem;color:#dc2626;font-size:.8rem;font-weight:500}.publicUserPage .postsSection .sectionHeader{margin-bottom:2rem}.publicUserPage .postsSection .sectionHeader h2{font-size:1.5rem;color:#1f2937;margin-bottom:.5rem;font-weight:600}.publicUserPage .postsSection .sectionHeader p{color:#6b7280;font-size:1rem}.publicUserPage .postsSection .postsGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}@media (max-width: 1024px){.publicUserPage .postsSection .postsGrid{grid-template-columns:1fr;gap:1rem}}.publicUserPage .postsSection .noPosts{text-align:center;padding:4rem 2rem;background:#f9fafb;border-radius:12px;border:2px dashed #d1d5db}.publicUserPage .postsSection .noPosts .noPostsContent .icon{font-size:3rem;margin-bottom:1rem;display:block}.publicUserPage .postsSection .noPosts .noPostsContent h3{font-size:1.25rem;color:#374151;margin-bottom:.5rem}.publicUserPage .postsSection .noPosts .noPostsContent p{color:#6b7280;font-size:1rem}.publicUserPage .postsSection .pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem}@media (max-width: 1024px){.publicUserPage .postsSection .pagination{flex-wrap:wrap;gap:.5rem}}.publicUserPage .postsSection .pagination .paginationBtn{padding:.5rem 1rem;border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:6px;cursor:pointer;transition:all .2s ease}.publicUserPage .postsSection .pagination .paginationBtn:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.publicUserPage .postsSection .pagination .paginationBtn:disabled{opacity:.5;cursor:not-allowed}.publicUserPage .postsSection .pagination .pageNumbers{display:flex;gap:.25rem}.publicUserPage .postsSection .pagination .pageNumbers .pageNumber{width:40px;height:40px;border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:6px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.publicUserPage .postsSection .pagination .pageNumbers .pageNumber:hover{background:#f3f4f6;border-color:#9ca3af}.publicUserPage .postsSection .pagination .pageNumbers .pageNumber.active{background:#667eea;border-color:#667eea;color:#fff}.addProjectPage{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow:hidden}.addProjectPage:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.03)"/><circle cx="20" cy="80" r="0.5" fill="rgba(255,255,255,0.03)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');pointer-events:none}.addProjectPage .container{display:flex;min-height:100vh;position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (min-width: 1400px){.addProjectPage .container{max-width:1300px;padding:0 3rem}}@media (min-width: 1600px){.addProjectPage .container{max-width:1400px;padding:0 4rem}}.addProjectPage .formSection{flex:2;padding:40px;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);margin:20px;border-radius:24px;box-shadow:0 25px 50px #00000026,0 0 0 1px #ffffff1a,inset 0 1px #fff9;border:1px solid rgba(255,255,255,.2);overflow-y:auto}.addProjectPage .formSection .header{text-align:center;margin-bottom:40px}.addProjectPage .formSection .header h1{font-size:2.8rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 10px;letter-spacing:-1px}.addProjectPage .formSection .header p{color:#6b7280;font-size:1.1rem;margin:0;font-weight:400}.addProjectPage .formSection .form{display:grid;gap:30px}.addProjectPage .formSection .form .section{background:#fffc;border-radius:16px;padding:30px;box-shadow:0 8px 25px #00000014;border:1px solid rgba(255,255,255,.3);transition:all .3s ease}.addProjectPage .formSection .form .section:hover{transform:translateY(-2px);box-shadow:0 12px 35px #0000001f}.addProjectPage .formSection .form .section .sectionTitle{display:flex;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:12px;border-bottom:2px solid rgba(102,126,234,.1)}.addProjectPage .formSection .form .section .sectionTitle .icon{font-size:1.5rem;width:40px;height:40px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #667eea4d}.addProjectPage .formSection .form .section .sectionTitle h3{margin:0;font-size:1.4rem;font-weight:600;color:#374151}.addProjectPage .formSection .form .section .fieldGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.addProjectPage .formSection .form .section .fieldGrid.single{grid-template-columns:1fr}.addProjectPage .formSection .form .section .fieldGrid.double{grid-template-columns:repeat(2,1fr)}.addProjectPage .formSection .form .section .fieldGrid.triple{grid-template-columns:repeat(3,1fr)}.addProjectPage .formSection .form .section .field{display:flex;flex-direction:column;gap:8px;position:relative}.addProjectPage .formSection .form .section .field label{font-weight:600;color:#374151;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.addProjectPage .formSection .form .section .field input,.addProjectPage .formSection .form .section .field select,.addProjectPage .formSection .form .section .field textarea{padding:16px 18px;border:2px solid #e5e7eb;border-radius:12px;font-size:16px;font-weight:500;background:#ffffffe6;transition:all .3s ease;color:#374151}.addProjectPage .formSection .form .section .field input:focus,.addProjectPage .formSection .form .section .field select:focus,.addProjectPage .formSection .form .section .field textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 4px #667eea1a;background:#fff;transform:translateY(-1px)}.addProjectPage .formSection .form .section .field input::placeholder,.addProjectPage .formSection .form .section .field select::placeholder,.addProjectPage .formSection .form .section .field textarea::placeholder{color:#9ca3af;font-weight:400}.addProjectPage .formSection .form .section .field input.error,.addProjectPage .formSection .form .section .field select.error,.addProjectPage .formSection .form .section .field textarea.error{border-color:#ef4444;box-shadow:0 0 0 4px #ef44441a}.addProjectPage .formSection .form .section .field select{cursor:pointer;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;padding-right:40px}.addProjectPage .formSection .form .section .field .searchField{position:relative}.addProjectPage .formSection .form .section .field .searchField input{padding-right:50px}.addProjectPage .formSection .form .section .field .searchField .searchIcon{position:absolute;right:16px;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:1.2rem}.addProjectPage .formSection .form .section .field .fieldNote{display:flex;align-items:center;gap:8px;margin-top:6px;padding:8px 12px;background:#677eea14;border-radius:8px;border-left:3px solid #667eea;font-size:.85rem;color:#4f46e5;font-weight:500}.addProjectPage .formSection .form .section .field .fieldNote span:first-child{font-size:1rem}.addProjectPage .formSection .form .section .field .dateField input[type=date]{position:relative}.addProjectPage .formSection .form .section .field .dateField input[type=date]::-webkit-calendar-picker-indicator{background:transparent;bottom:0;color:transparent;cursor:pointer;height:auto;left:0;position:absolute;right:0;top:0;width:auto}.addProjectPage .formSection .form .section .descriptionField .quill{border-radius:12px;overflow:hidden;border:2px solid #e5e7eb;transition:all .3s ease}.addProjectPage .formSection .form .section .descriptionField .quill:focus-within{border-color:#667eea;box-shadow:0 0 0 4px #667eea1a}.addProjectPage .formSection .form .section .descriptionField .quill .ql-toolbar{background:#f8fafccc;border:none;border-bottom:1px solid #e5e7eb}.addProjectPage .formSection .form .section .descriptionField .quill .ql-container{border:none;font-size:16px}.addProjectPage .formSection .form .section .descriptionField .quill .ql-container .ql-editor{min-height:120px;padding:20px;font-family:inherit}.addProjectPage .formSection .form .section .amenitiesGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-top:16px}.addProjectPage .formSection .form .section .amenitiesGrid .amenityItem{display:flex;align-items:center;gap:12px;padding:16px;background:#ffffffb3;border:2px solid #e5e7eb;border-radius:12px;transition:all .3s ease;cursor:pointer}.addProjectPage .formSection .form .section .amenitiesGrid .amenityItem:hover{border-color:#667eea;background:#667eea0d}.addProjectPage .formSection .form .section .amenitiesGrid .amenityItem.checked{border-color:#667eea;background:#667eea1a}.addProjectPage .formSection .form .section .amenitiesGrid .amenityItem input[type=checkbox]{width:20px;height:20px;border-radius:6px;cursor:pointer}.addProjectPage .formSection .form .section .amenitiesGrid .amenityItem label{font-weight:500;cursor:pointer;margin:0;text-transform:none;letter-spacing:normal;color:#374151}.addProjectPage .formSection .form .submitSection{text-align:center;margin-top:40px}.addProjectPage .formSection .form .submitSection .submitBtn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:18px 48px;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;letter-spacing:.5px;text-transform:uppercase;box-shadow:0 8px 25px #667eea66;position:relative;overflow:hidden}.addProjectPage .formSection .form .submitSection .submitBtn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.addProjectPage .formSection .form .submitSection .submitBtn:hover{transform:translateY(-3px);box-shadow:0 12px 35px #667eea80}.addProjectPage .formSection .form .submitSection .submitBtn:hover:before{left:100%}.addProjectPage .formSection .form .submitSection .submitBtn:active{transform:translateY(-1px)}.addProjectPage .formSection .form .submitSection .submitBtn:disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.addProjectPage .formSection .form .submitSection .submitBtn:disabled:hover{transform:none}.addProjectPage .formSection .form .submitSection .errorMessage{margin-top:16px;padding:12px 20px;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:8px;color:#dc2626;font-weight:500}.addProjectPage .imageSection{flex:1;padding:40px 20px;display:flex;flex-direction:column;gap:24px}.addProjectPage .imageSection .imageCard{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:30px;box-shadow:0 25px 50px #00000026,0 0 0 1px #ffffff1a;border:1px solid rgba(255,255,255,.2);text-align:center}.addProjectPage .imageSection .imageCard h3{margin:0 0 24px;font-size:1.5rem;font-weight:600;color:#374151;display:flex;align-items:center;justify-content:center;gap:10px}.addProjectPage .imageSection .imageCard h3:before{content:"📸";font-size:1.8rem}.addProjectPage .imageSection .imageCard .imagePreview{display:grid;gap:16px;margin-bottom:24px}.addProjectPage .imageSection .imageCard .imagePreview .mediaPreviewItem{position:relative;width:100%;height:200px;border-radius:12px;overflow:hidden;box-shadow:0 8px 25px #00000026;transition:transform .3s ease}.addProjectPage .imageSection .imageCard .imagePreview .mediaPreviewItem:hover{transform:scale(1.05)}.addProjectPage .imageSection .imageCard .imagePreview .mediaPreviewItem:hover .deleteMediaBtn{opacity:1}.addProjectPage .imageSection .imageCard .imagePreview .mediaPreviewItem img,.addProjectPage .imageSection .imageCard .imagePreview .mediaPreviewItem video{width:100%;height:100%;object-fit:cover;display:block}.addProjectPage .imageSection .imageCard .imagePreview .mediaPreviewItem .deleteMediaBtn{position:absolute;top:8px;right:8px;width:32px;height:32px;border-radius:50%;background:#ef4444f2;color:#fff;border:2px solid white;font-size:18px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease;box-shadow:0 4px 12px #0000004d;z-index:10}.addProjectPage .imageSection .imageCard .imagePreview .mediaPreviewItem .deleteMediaBtn:hover{background:#dc2626;transform:scale(1.1);box-shadow:0 6px 16px #0006}.addProjectPage .imageSection .imageCard .imagePreview .mediaPreviewItem .deleteMediaBtn:active{transform:scale(.95)}.addProjectPage .imageSection .imageCard .imagePreview img{width:100%;height:200px;object-fit:cover;border-radius:12px;box-shadow:0 8px 25px #00000026;transition:transform .3s ease}.addProjectPage .imageSection .imageCard .imagePreview img:hover{transform:scale(1.05)}.addProjectPage .imageSection .imageCard .uploadWidget{margin-top:1rem}.addProjectPage .suggestions-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 25px #00000026;z-index:1000;max-height:200px;overflow-y:auto;margin-top:4px}.addProjectPage .suggestions-dropdown .suggestion-item{padding:12px 16px;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid #f3f4f6}.addProjectPage .suggestions-dropdown .suggestion-item:last-child{border-bottom:none}.addProjectPage .suggestions-dropdown .suggestion-item:hover{background:#667eea0d}.addProjectPage .suggestions-dropdown .suggestion-item .suggestion-main{font-weight:500;color:#374151;margin-bottom:2px}.addProjectPage .suggestions-dropdown .suggestion-item .suggestion-sub{font-size:13px;color:#6b7280}.addProjectPage .loading-indicator{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 25px #00000026;padding:12px 16px;margin-top:4px;z-index:1000;color:#6b7280;font-size:14px}@media (max-width: 1200px){.addProjectPage .container{flex-direction:column;padding:0 1.5rem;margin:10px auto}.addProjectPage .container .formSection,.addProjectPage .container .imageSection{margin:10px 0;padding:30px}.addProjectPage .container .formSection .form .section .fieldGrid.triple{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.addProjectPage .container{padding:0 1rem;margin:5px auto}.addProjectPage .container .formSection,.addProjectPage .container .imageSection{margin:5px 0;padding:20px;border-radius:16px}.addProjectPage .container .formSection .header h1{font-size:2.2rem}.addProjectPage .container .formSection .form .section{padding:20px}.addProjectPage .container .formSection .form .section .fieldGrid{grid-template-columns:1fr!important;gap:16px}.addProjectPage .container .formSection .form .section .amenitiesGrid{grid-template-columns:1fr}}@media (max-width: 480px){.addProjectPage .container{padding:0 .5rem}.addProjectPage .container .formSection,.addProjectPage .container .imageSection{margin:3px 0;padding:15px;border-radius:12px}}.addProjectPage .reviewContainer{max-width:1200px;margin:20px auto;padding:40px;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;box-shadow:0 25px 50px #00000026;border:1px solid rgba(255,255,255,.2);position:relative;z-index:1}@media (max-width: 768px){.addProjectPage .reviewContainer{margin:10px;padding:20px}}.addProjectPage .reviewContainer .reviewHeader{text-align:center;margin-bottom:40px;padding-bottom:30px;border-bottom:2px solid #e5e7eb}.addProjectPage .reviewContainer .reviewHeader h1{font-size:2.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:10px}@media (max-width: 768px){.addProjectPage .reviewContainer .reviewHeader h1{font-size:1.8rem}}.addProjectPage .reviewContainer .reviewHeader p{color:#6b7280;font-size:1.1rem;margin:0}@media (max-width: 768px){.addProjectPage .reviewContainer .reviewHeader p{font-size:1rem}}.addProjectPage .reviewContainer .reviewContent{display:flex;flex-direction:column;gap:30px}.addProjectPage .reviewContainer .reviewContent .reviewSection{background:#f9fafb;padding:25px;border-radius:16px;border:1px solid #e5e7eb}.addProjectPage .reviewContainer .reviewContent .reviewSection h3{margin:0 0 20px;color:#1f2937;font-size:1.3rem;display:flex;align-items:center;gap:8px;padding-bottom:15px;border-bottom:2px solid #667eea}.addProjectPage .reviewContainer .reviewContent .reviewSection.imageReview .imageGallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:15px;margin-top:15px}@media (max-width: 768px){.addProjectPage .reviewContainer .reviewContent .reviewSection.imageReview .imageGallery{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}.addProjectPage .reviewContainer .reviewContent .reviewSection.imageReview .imageGallery .reviewImage{aspect-ratio:16/10;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a}.addProjectPage .reviewContainer .reviewContent .reviewSection.imageReview .imageGallery .reviewImage img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.addProjectPage .reviewContainer .reviewContent .reviewSection.imageReview .imageGallery .reviewImage img:hover{transform:scale(1.05)}.addProjectPage .reviewContainer .reviewContent .reviewSection .reviewGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media (max-width: 768px){.addProjectPage .reviewContainer .reviewContent .reviewSection .reviewGrid{grid-template-columns:1fr;gap:15px}}.addProjectPage .reviewContainer .reviewContent .reviewSection .reviewGrid .reviewItem{display:flex;flex-direction:column;gap:6px}.addProjectPage .reviewContainer .reviewContent .reviewSection .reviewGrid .reviewItem.fullWidth{grid-column:1/-1}.addProjectPage .reviewContainer .reviewContent .reviewSection .reviewGrid .reviewItem .label{font-weight:600;color:#6b7280;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.addProjectPage .reviewContainer .reviewContent .reviewSection .reviewGrid .reviewItem .value{color:#1f2937;font-size:1.05rem;font-weight:500;padding:10px 15px;background:#fff;border-radius:8px;border:1px solid #e5e7eb;word-wrap:break-word}.addProjectPage .reviewContainer .reviewContent .reviewSection .amenitiesList{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.addProjectPage .reviewContainer .reviewContent .reviewSection .amenitiesList .amenityTag{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:20px;font-size:.9rem;font-weight:500;box-shadow:0 2px 8px #667eea4d}.addProjectPage .reviewContainer .errorMessage{background:#fee2e2;color:#991b1b;padding:15px 20px;border-radius:12px;margin:20px 0;border:1px solid #fca5a5;font-weight:500;text-align:center}.addProjectPage .reviewContainer .reviewActions{display:flex;gap:15px;justify-content:center;margin-top:40px;padding-top:30px;border-top:2px solid #e5e7eb}@media (max-width: 768px){.addProjectPage .reviewContainer .reviewActions{flex-direction:column}}.addProjectPage .reviewContainer .reviewActions button{flex:1;max-width:300px;padding:15px 30px;font-size:1.1rem;font-weight:600;border-radius:12px;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0000001a}@media (max-width: 768px){.addProjectPage .reviewContainer .reviewActions button{max-width:100%}}.addProjectPage .reviewContainer .reviewActions button:disabled{opacity:.6;cursor:not-allowed}.addProjectPage .reviewContainer .reviewActions button.backBtn{background:#fff;color:#374151;border:2px solid #d1d5db}.addProjectPage .reviewContainer .reviewActions button.backBtn:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af;transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.addProjectPage .reviewContainer .reviewActions button.submitBtn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.addProjectPage .reviewContainer .reviewActions button.submitBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.projectPage{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.projectPage .container{max-width:1400px;margin:0 auto;padding:15px}@media (max-width: 1024px){.projectPage .container{padding:10px}}.projectPage .error{text-align:center;padding:100px 20px;font-size:1.5rem;color:#666}.projectPage .projectHeader{background:#fff;border-radius:12px;padding:20px;margin-bottom:20px;box-shadow:0 4px 15px #0000001a;display:flex;justify-content:space-between;align-items:flex-start;gap:20px}@media (max-width: 1024px){.projectPage .projectHeader{flex-direction:column;gap:15px}}.projectPage .projectHeader .headerContent{flex:1}.projectPage .projectHeader .headerContent h1{font-size:2rem;font-weight:700;color:#2c3e50;margin:0 0 8px;line-height:1.2}@media (max-width: 1024px){.projectPage .projectHeader .headerContent h1{font-size:1.6rem}}.projectPage .projectHeader .headerContent .projectMeta{display:flex;gap:10px;margin-bottom:8px}.projectPage .projectHeader .headerContent .projectMeta .status,.projectPage .projectHeader .headerContent .projectMeta .featured{padding:4px 8px;border-radius:15px;font-size:.75rem;font-weight:600}.projectPage .projectHeader .headerContent .projectMeta .status{background:#27ae601a;color:#27ae60}.projectPage .projectHeader .headerContent .projectMeta .featured{background:#ffc10733;color:#f39c12}.projectPage .projectHeader .headerContent .projectAddress{color:#6b7280;margin:0;font-size:.9rem}.projectPage .projectHeader .keyMetrics{display:flex;gap:25px}@media (max-width: 1024px){.projectPage .projectHeader .keyMetrics{width:100%;justify-content:space-between;gap:15px}}.projectPage .projectHeader .keyMetrics .metric{text-align:center;min-width:100px}.projectPage .projectHeader .keyMetrics .metric .value{display:block;font-size:1rem;font-weight:700;color:#2c3e50;margin-bottom:2px}@media (max-width: 1024px){.projectPage .projectHeader .keyMetrics .metric .value{font-size:.9rem}}.projectPage .projectHeader .keyMetrics .metric .label{font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.projectPage .mainContent{display:grid;grid-template-columns:2fr 1fr;gap:20px;margin-bottom:20px}@media (max-width: 1024px){.projectPage .mainContent{grid-template-columns:1fr;gap:15px}}.projectPage .mainContent .leftColumn{display:flex;flex-direction:column;gap:20px}.projectPage .mainContent .leftColumn .imageSection .noImage{width:100%;height:350px;background:#f8f9fa;border-radius:12px;display:flex;align-items:center;justify-content:center}.projectPage .mainContent .leftColumn .imageSection .noImage img{width:80px;height:80px;opacity:.5}.projectPage .mainContent .leftColumn .descriptionSection,.projectPage .mainContent .leftColumn .amenitiesSection{background:#fff;border-radius:12px;padding:20px;box-shadow:0 4px 15px #0000001a}.projectPage .mainContent .leftColumn .descriptionSection h3,.projectPage .mainContent .leftColumn .amenitiesSection h3{font-size:1.2rem;font-weight:600;color:#2c3e50;margin:0 0 15px}.projectPage .mainContent .leftColumn .descriptionSection .description,.projectPage .mainContent .leftColumn .amenitiesSection .description{font-size:.95rem;line-height:1.6;color:#374151}.projectPage .mainContent .leftColumn .descriptionSection .description p,.projectPage .mainContent .leftColumn .amenitiesSection .description p{margin-bottom:12px}.projectPage .mainContent .leftColumn .amenitiesGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px}.projectPage .mainContent .leftColumn .amenitiesGrid .amenity{background:#667eea1a;padding:8px 12px;border-radius:6px;font-weight:500;color:#667eea;text-align:center;font-size:.85rem;border:1px solid rgba(102,126,234,.2)}.projectPage .mainContent .rightColumn .infoCards{display:flex;flex-direction:column;gap:15px}.projectPage .mainContent .rightColumn .infoCards .infoCard{background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000001a;overflow:hidden}.projectPage .mainContent .rightColumn .infoCards .infoCard .cardHeader{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:12px 16px;display:flex;align-items:center;gap:8px}.projectPage .mainContent .rightColumn .infoCards .infoCard .cardHeader .icon{font-size:1.1rem}.projectPage .mainContent .rightColumn .infoCards .infoCard .cardHeader h4{margin:0;font-size:.95rem;font-weight:600}.projectPage .mainContent .rightColumn .infoCards .infoCard .cardContent{padding:16px}.projectPage .mainContent .rightColumn .infoCards .infoCard .cardContent .infoRow{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #e5e7eb}.projectPage .mainContent .rightColumn .infoCards .infoCard .cardContent .infoRow:last-child{border-bottom:none}.projectPage .mainContent .rightColumn .infoCards .infoCard .cardContent .infoRow .label{font-weight:500;color:#6b7280;font-size:.85rem}.projectPage .mainContent .rightColumn .infoCards .infoCard .cardContent .infoRow .value{font-weight:600;color:#2c3e50;font-size:.85rem}.projectPage .mainContent .rightColumn .infoCards .infoCard .cardContent .timelineItem{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid #e5e7eb}.projectPage .mainContent .rightColumn .infoCards .infoCard .cardContent .timelineItem:last-child{border-bottom:none}.projectPage .mainContent .rightColumn .infoCards .infoCard .cardContent .timelineItem .timelineIcon{font-size:1rem;width:28px;height:28px;background:#667eea1a;border-radius:50%;display:flex;align-items:center;justify-content:center}.projectPage .mainContent .rightColumn .infoCards .infoCard .cardContent .timelineItem .timelineLabel{font-size:.8rem;color:#6b7280;font-weight:500}.projectPage .mainContent .rightColumn .infoCards .infoCard .cardContent .timelineItem .timelineDate{font-size:.85rem;color:#2c3e50;font-weight:600}.projectPage .mainContent .rightColumn .infoCards .infoCard .cardContent .developerInfo{display:flex;align-items:center;gap:12px;margin-bottom:15px}.projectPage .mainContent .rightColumn .infoCards .infoCard .cardContent .developerInfo .developerAvatar{width:50px;height:50px;border-radius:50%;object-fit:cover;border:2px solid #667eea}.projectPage .mainContent .rightColumn .infoCards .infoCard .cardContent .developerInfo .developerDetails{flex:1}.projectPage .mainContent .rightColumn .infoCards .infoCard .cardContent .developerInfo .developerDetails h5{margin:0 0 2px;font-size:1rem;font-weight:600;color:#2c3e50}.projectPage .mainContent .rightColumn .infoCards .infoCard .cardContent .developerInfo .developerDetails .userType{font-size:.8rem;color:#667eea;font-weight:500;text-transform:uppercase;margin:0 0 5px}.projectPage .mainContent .rightColumn .infoCards .infoCard .cardContent .developerInfo .developerDetails .contactInfo{font-size:.75rem;color:#6b7280;margin:1px 0}.projectPage .mainContent .rightColumn .infoCards .infoCard .cardContent .actionButtons{display:flex;gap:8px}.projectPage .mainContent .rightColumn .infoCards .infoCard .cardContent .actionButtons button{flex:1;padding:8px 12px;border:none;border-radius:6px;font-weight:600;font-size:.8rem;cursor:pointer;transition:all .3s ease}.projectPage .mainContent .rightColumn .infoCards .infoCard .cardContent .actionButtons button.contactBtn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.projectPage .mainContent .rightColumn .infoCards .infoCard .cardContent .actionButtons button.contactBtn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.projectPage .mainContent .rightColumn .infoCards .infoCard .cardContent .actionButtons button.profileBtn{background:#667eea1a;color:#667eea;border:1px solid rgba(102,126,234,.2)}.projectPage .mainContent .rightColumn .infoCards .infoCard .cardContent .actionButtons button.profileBtn:hover{background:#667eea33}.projectPage .relatedProperties{background:#fff;border-radius:12px;padding:20px;box-shadow:0 4px 15px #0000001a}.projectPage .relatedProperties .sectionHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #f3f4f6}.projectPage .relatedProperties .sectionHeader h3{font-size:1.2rem;font-weight:600;color:#2c3e50;margin:0}.projectPage .relatedProperties .sectionHeader .propertyCount{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6px 12px;border-radius:20px;font-size:.8rem;font-weight:600}.projectPage .relatedProperties .propertiesGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.projectPage .relatedProperties .propertiesGrid .propertyCard{background:#f8f9fa;border-radius:12px;overflow:hidden;transition:all .3s ease;border:1px solid #e5e7eb}.projectPage .relatedProperties .propertiesGrid .propertyCard:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00000026}.projectPage .relatedProperties .propertiesGrid .propertyCard .propertyImage{height:180px;overflow:hidden;position:relative}.projectPage .relatedProperties .propertiesGrid .propertyCard .propertyImage img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.projectPage .relatedProperties .propertiesGrid .propertyCard .propertyImage:hover img{transform:scale(1.05)}.projectPage .relatedProperties .propertiesGrid .propertyCard .propertyImage .propertyBadges{position:absolute;top:10px;left:10px;display:flex;gap:6px}.projectPage .relatedProperties .propertiesGrid .propertyCard .propertyImage .propertyBadges .typeBadge{padding:4px 8px;border-radius:12px;font-size:.7rem;font-weight:600;text-transform:uppercase}.projectPage .relatedProperties .propertiesGrid .propertyCard .propertyImage .propertyBadges .typeBadge.sell{background:#27ae60e6;color:#fff}.projectPage .relatedProperties .propertiesGrid .propertyCard .propertyImage .propertyBadges .typeBadge.rent{background:#3498dbe6;color:#fff}.projectPage .relatedProperties .propertiesGrid .propertyCard .propertyImage .propertyBadges .typeBadge.pg{background:#9b59b6e6;color:#fff}.projectPage .relatedProperties .propertiesGrid .propertyCard .propertyImage .propertyBadges .featuredBadge{background:#ffc107e6;color:#fff;padding:4px 8px;border-radius:12px;font-size:.7rem;font-weight:600}.projectPage .relatedProperties .propertiesGrid .propertyCard .propertyInfo{padding:16px}.projectPage .relatedProperties .propertiesGrid .propertyCard .propertyInfo h5{font-size:1.1rem;font-weight:600;color:#2c3e50;margin:0 0 8px;line-height:1.3}.projectPage .relatedProperties .propertiesGrid .propertyCard .propertyInfo .price{font-size:1.3rem;font-weight:700;color:#27ae60;margin:0 0 12px}.projectPage .relatedProperties .propertiesGrid .propertyCard .propertyInfo .propertyDetails{display:flex;gap:12px;margin-bottom:10px}.projectPage .relatedProperties .propertiesGrid .propertyCard .propertyInfo .propertyDetails .detailItem{display:flex;align-items:center;gap:4px;background:#667eea1a;padding:4px 8px;border-radius:6px}.projectPage .relatedProperties .propertiesGrid .propertyCard .propertyInfo .propertyDetails .detailItem img{width:14px;height:14px;opacity:.7}.projectPage .relatedProperties .propertiesGrid .propertyCard .propertyInfo .propertyDetails .detailItem span{font-size:.8rem;color:#667eea;font-weight:500}.projectPage .relatedProperties .propertiesGrid .propertyCard .propertyInfo .propertyMeta{display:flex;align-items:center;gap:8px;margin-bottom:12px}.projectPage .relatedProperties .propertiesGrid .propertyCard .propertyInfo .propertyMeta .propertyType{font-size:.8rem;color:#6b7280;text-transform:capitalize}.projectPage .relatedProperties .propertiesGrid .propertyCard .propertyInfo .propertyMeta .separator{color:#d1d5db}.projectPage .relatedProperties .propertiesGrid .propertyCard .propertyInfo .propertyMeta .views{font-size:.8rem;color:#6b7280}.projectPage .relatedProperties .propertiesGrid .propertyCard .propertyInfo .propertyActions{display:flex;gap:8px}.projectPage .relatedProperties .propertiesGrid .propertyCard .propertyInfo .propertyActions button{flex:1;padding:8px 12px;border:none;border-radius:6px;font-weight:600;font-size:.8rem;cursor:pointer;transition:all .3s ease}.projectPage .relatedProperties .propertiesGrid .propertyCard .propertyInfo .propertyActions button.viewBtn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.projectPage .relatedProperties .propertiesGrid .propertyCard .propertyInfo .propertyActions button.viewBtn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.projectPage .relatedProperties .propertiesGrid .propertyCard .propertyInfo .propertyActions button.contactBtn{background:#667eea1a;color:#667eea;border:1px solid rgba(102,126,234,.2)}.projectPage .relatedProperties .propertiesGrid .propertyCard .propertyInfo .propertyActions button.contactBtn:hover{background:#667eea33}.projectsListPage{height:100%;display:flex;background:#f8fafc}.projectsListPage .listContainer{flex:1;padding:20px}.projectsListPage .listContainer .wrapper{max-width:1400px;margin:0 auto}.projectsListPage .listContainer .listHeader{background:#fff;border-radius:16px;padding:30px;margin-bottom:20px;box-shadow:0 2px 8px #0000000a;border:1px solid #e5e7eb}.projectsListPage .listContainer .listHeader .headerContent h1{font-size:32px;font-weight:700;margin:0 0 16px;color:#1f2937}.projectsListPage .listContainer .listHeader .headerContent h1 .location{color:#667eea;font-weight:600}.projectsListPage .listContainer .listHeader .headerContent .resultsMeta{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.projectsListPage .listContainer .listHeader .headerContent .resultsMeta .resultsCount{font-size:16px;font-weight:600;color:#374151;padding:6px 12px;background:#f3f4f6;border-radius:20px}.projectsListPage .listContainer .listHeader .headerContent .resultsMeta .locationInfo{font-size:14px;color:#6b7280;font-weight:500}.projectsListPage .listContainer .listContent{display:flex;gap:20px}.projectsListPage .listContainer .listContent .filterWrapper{width:280px;flex-shrink:0}.projectsListPage .listContainer .listContent .projectsWrapper{flex:1}.projectsListPage .listContainer .listContent .projectsWrapper .sortingOptions{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding:16px 20px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000a;border:1px solid #e5e7eb}.projectsListPage .listContainer .listContent .projectsWrapper .sortingOptions .sortLabel{font-weight:600;color:#374151;font-size:14px}.projectsListPage .listContainer .listContent .projectsWrapper .sortingOptions .sortSelect{padding:8px 12px;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-size:14px;color:#374151;cursor:pointer;outline:none}.projectsListPage .listContainer .listContent .projectsWrapper .sortingOptions .sortSelect:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.projectsListPage .listContainer .noResults{background:#fff;border-radius:16px;padding:60px 40px;text-align:center;box-shadow:0 2px 8px #0000000a;border:1px solid #e5e7eb}.projectsListPage .listContainer .noResults .noResultsIcon{font-size:64px;margin-bottom:20px;opacity:.7}.projectsListPage .listContainer .noResults h3{font-size:24px;font-weight:700;color:#1f2937;margin:0 0 12px}.projectsListPage .listContainer .noResults p{font-size:16px;color:#6b7280;margin:0 0 30px;line-height:1.6}.projectsListPage .listContainer .noResults .suggestions{text-align:left;background:#f9fafb;padding:20px;border-radius:12px;margin-top:20px}.projectsListPage .listContainer .noResults .suggestions h4{font-size:16px;font-weight:600;color:#374151;margin:0 0 12px}.projectsListPage .listContainer .noResults .suggestions ul{margin:0;padding-left:20px}.projectsListPage .listContainer .noResults .suggestions ul li{color:#6b7280;margin-bottom:8px;font-size:14px}.projectsListPage .listContainer .quickStats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-top:30px}.projectsListPage .listContainer .quickStats .stat{background:#fff;padding:20px;border-radius:12px;text-align:center;box-shadow:0 2px 8px #0000000a;border:1px solid #e5e7eb;transition:transform .2s ease}.projectsListPage .listContainer .quickStats .stat:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.projectsListPage .listContainer .quickStats .stat .statNumber{display:block;font-size:28px;font-weight:700;color:#667eea;margin-bottom:8px}.projectsListPage .listContainer .quickStats .stat .statLabel{font-size:14px;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.5px}@media (max-width: 1366px){.projectsListPage .listContainer{padding:15px}.projectsListPage .listContainer .listContent{flex-direction:column}.projectsListPage .listContainer .listContent .filterWrapper{width:100%}.projectsListPage .listContainer .listHeader .headerContent h1{font-size:28px}.projectsListPage .listContainer .quickStats{grid-template-columns:repeat(2,1fr)}}@media (max-width: 1024px){.projectsListPage .listContainer{padding:10px}.projectsListPage .listContainer .listHeader{padding:20px}.projectsListPage .listContainer .listHeader .headerContent h1{font-size:24px}.projectsListPage .listContainer .listHeader .resultsMeta{flex-direction:column;align-items:flex-start;gap:10px}.projectsListPage .listContainer .quickStats{grid-template-columns:1fr 1fr;gap:12px}.projectsListPage .listContainer .quickStats .stat{padding:16px}.projectsListPage .listContainer .quickStats .stat .statNumber{font-size:24px}}@media (max-width: 738px){.projectsListPage .listContainer{padding:8px}.projectsListPage .listContainer .quickStats{grid-template-columns:1fr}}.filterProjects{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000f;overflow:hidden;border:1px solid #e1e5e9}.filterProjects .filterHeader{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:12px 16px}.filterProjects .filterHeader .headerContent{display:flex;justify-content:space-between;align-items:center}.filterProjects .filterHeader .headerContent h2{margin:0;font-size:14px;font-weight:600;display:flex;align-items:center;gap:6px}.filterProjects .filterHeader .headerContent .toggleBtn{background:#fff3;border:none;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;cursor:pointer;transition:all .2s ease}.filterProjects .filterHeader .headerContent .toggleBtn:hover{background:#ffffff4d}.filterProjects .filterHeader .activeFilters{margin-top:8px;display:flex;flex-wrap:wrap;gap:4px}.filterProjects .filterHeader .activeFilters .filterTag{display:inline-block;padding:3px 8px;background:#fff3;border-radius:12px;font-size:10px;font-weight:500;border:1px solid rgba(255,255,255,.3);color:#fff}.filterProjects .sectionHeader{padding:8px 12px 4px;border-bottom:1px solid #f0f0f0}.filterProjects .sectionHeader h3{margin:0;font-size:12px;font-weight:600;color:#2c3e50;display:flex;align-items:center;gap:4px}.filterProjects .searchSection{border-bottom:1px solid #eee}.filterProjects .searchSection .searchContent{padding:8px 12px 12px}.filterProjects .searchSection .searchContent .locationDeveloperGrid{display:grid;grid-template-columns:1fr 1fr;gap:8px}@media (max-width: 1024px){.filterProjects .searchSection .searchContent .locationDeveloperGrid{grid-template-columns:1fr;gap:6px}}.filterProjects .searchSection .searchContent .searchInput-wrapper{position:relative}.filterProjects .searchSection .searchContent .searchInput-wrapper .searchInput{width:100%;padding:8px 10px;border:1px solid #e9ecef;border-radius:6px;font-size:13px;transition:all .2s ease;background:#f8f9fa}.filterProjects .searchSection .searchContent .searchInput-wrapper .searchInput:focus{outline:none;border-color:#f59e0b;background:#fff;box-shadow:0 0 0 2px #f59e0b1a}.filterProjects .searchSection .searchContent .searchInput-wrapper .searchInput:disabled{background:#f1f3f4;cursor:not-allowed}.filterProjects .searchSection .searchContent .searchInput-wrapper .searchInput::placeholder{color:#6c757d;font-size:12px}.filterProjects .searchSection .searchContent .searchInput-wrapper .suggestions-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #f59e0b;border-top:none;border-radius:0 0 6px 6px;z-index:1000;max-height:150px;overflow-y:auto;box-shadow:0 2px 8px #0000001a}.filterProjects .searchSection .searchContent .searchInput-wrapper .suggestions-dropdown .suggestion-item{padding:6px 10px;cursor:pointer;border-bottom:1px solid #f8f9fa;transition:background-color .15s ease}.filterProjects .searchSection .searchContent .searchInput-wrapper .suggestions-dropdown .suggestion-item:hover{background:#f8f9fa}.filterProjects .searchSection .searchContent .searchInput-wrapper .suggestions-dropdown .suggestion-item:last-child{border-bottom:none}.filterProjects .searchSection .searchContent .searchInput-wrapper .suggestions-dropdown .suggestion-item .suggestion-main{font-weight:500;color:#2c3e50;margin-bottom:1px;font-size:12px}.filterProjects .searchSection .searchContent .searchInput-wrapper .suggestions-dropdown .suggestion-item .suggestion-sub{font-size:10px;color:#6c757d}.filterProjects .searchSection .searchContent .searchInput-wrapper .loading-indicator{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #f59e0b;border-top:none;border-radius:0 0 6px 6px;padding:6px 10px;font-size:11px;color:#6c757d;z-index:1000;box-shadow:0 2px 8px #0000001a}.filterProjects .filtersSection{border-bottom:1px solid #eee}.filterProjects .filtersSection .filtersGrid{padding:8px 12px 12px;display:grid;grid-template-columns:1fr;gap:8px}@media (max-width: 1024px){.filterProjects .filtersSection .filtersGrid{gap:6px}}.filterProjects .priceSection{border-bottom:1px solid #eee}.filterProjects .priceSection .priceSliderSection{padding:8px 12px 6px}.filterProjects .priceSection .priceSliderSection .sliderContainer .priceLabels{display:flex;justify-content:space-between;margin-bottom:6px}.filterProjects .priceSection .priceSliderSection .sliderContainer .priceLabels .priceLabel{font-size:10px;font-weight:600;color:#f59e0b;background:#f59e0b1a;padding:2px 6px;border-radius:8px}.filterProjects .priceSection .priceSliderSection .sliderContainer .dualSlider{position:relative;height:30px;margin-bottom:4px}.filterProjects .priceSection .priceSliderSection .sliderContainer .dualSlider .slider{position:absolute;width:100%;height:4px;border-radius:2px;background:transparent;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;pointer-events:none}.filterProjects .priceSection .priceSliderSection .sliderContainer .dualSlider .slider::-webkit-slider-track{width:100%;height:4px;border-radius:2px;background:#e9ecef}.filterProjects .priceSection .priceSliderSection .sliderContainer .dualSlider .slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:14px;width:14px;border-radius:50%;background:linear-gradient(135deg,#f59e0b,#d97706);cursor:pointer;pointer-events:all;box-shadow:0 1px 4px #f59e0b4d;border:1px solid white;transition:all .2s ease}.filterProjects .priceSection .priceSliderSection .sliderContainer .dualSlider .slider::-webkit-slider-thumb:hover{transform:scale(1.1)}.filterProjects .priceSection .priceSliderSection .sliderContainer .dualSlider .slider::-moz-range-track{width:100%;height:4px;border-radius:2px;background:#e9ecef;border:none}.filterProjects .priceSection .priceSliderSection .sliderContainer .dualSlider .slider::-moz-range-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:14px;width:14px;border-radius:50%;background:linear-gradient(135deg,#f59e0b,#d97706);cursor:pointer;pointer-events:all;box-shadow:0 1px 4px #f59e0b4d;border:1px solid white;transition:all .2s ease}.filterProjects .priceSection .priceSliderSection .sliderContainer .dualSlider .slider::-moz-range-thumb:hover{transform:scale(1.1)}.filterProjects .priceSection .priceSliderSection .sliderContainer .dualSlider .slider-min{z-index:1}.filterProjects .priceSection .priceSliderSection .sliderContainer .dualSlider .slider-max{z-index:2}.filterProjects .priceSection .priceSliderSection .sliderContainer .dualSlider:before{content:"";position:absolute;top:50%;transform:translateY(-50%);height:4px;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:2px;z-index:0;left:0%;right:0%;pointer-events:none}.filterProjects .priceSection .priceSliderSection .sliderContainer .rangeLabels{display:flex;justify-content:space-between;font-size:10px;color:#6c757d;margin-top:2px}.filterProjects .priceSection .priceGrid{padding:6px 12px 12px;display:grid;grid-template-columns:1fr 1fr;gap:8px}@media (max-width: 1024px){.filterProjects .priceSection .priceGrid{grid-template-columns:1fr;gap:6px}}.filterProjects .filterGroup{display:flex;flex-direction:column;gap:3px}.filterProjects .filterGroup label{font-size:11px;font-weight:600;color:#495057;margin-bottom:2px}.filterProjects .filterGroup input,.filterProjects .filterGroup select{padding:6px 8px;border:1px solid #e9ecef;border-radius:4px;font-size:12px;transition:all .2s ease;background:#f8f9fa}.filterProjects .filterGroup input:focus,.filterProjects .filterGroup select:focus{outline:none;border-color:#f59e0b;background:#fff;box-shadow:0 0 0 1px #f59e0b1a}.filterProjects .filterGroup .searchInput{width:100%;padding:8px 10px;border:1px solid #e9ecef;border-radius:6px;font-size:13px;transition:all .2s ease;background:#f8f9fa}.filterProjects .filterGroup .searchInput:focus{outline:none;border-color:#f59e0b;background:#fff;box-shadow:0 0 0 2px #f59e0b1a}.filterProjects .filterGroup .searchInput::placeholder{color:#6c757d;font-size:12px}.filterProjects .filterGroup .searchHint{font-size:10px;color:#6c757d;font-style:italic;margin-top:2px}.filterProjects .filterGroup .searchHint::placeholder{color:#6c757d;font-size:11px}.filterProjects .filterGroup select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 6px center;background-repeat:no-repeat;background-size:12px;padding-right:24px}.filterProjects .actionSection{padding:12px;display:flex;flex-direction:row;gap:8px}@media (max-width: 1024px){.filterProjects .actionSection{flex-direction:column;gap:6px}}.filterProjects .actionSection .searchBtn{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;padding:8px 12px;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:4px;transition:all .2s ease;box-shadow:0 2px 6px #f59e0b4d;flex:2}.filterProjects .actionSection .searchBtn:hover{transform:translateY(-1px);box-shadow:0 3px 8px #f59e0b66}.filterProjects .actionSection .searchBtn:active{transform:translateY(0)}.filterProjects .actionSection .searchBtn .searchIcon{font-size:12px}.filterProjects .actionSection .resetBtn{background:transparent;color:#6c757d;border:1px solid #dee2e6;padding:6px 12px;border-radius:4px;font-size:11px;font-weight:500;cursor:pointer;transition:all .2s ease;flex:1;display:flex;align-items:center;justify-content:center;gap:4px}.filterProjects .actionSection .resetBtn:hover{border-color:#adb5bd;color:#495057;background:#f8f9fa}.filterProjects .actionSection .resetBtn .resetIcon{font-size:10px}@media (max-width: 1024px){.filterProjects{border-radius:6px}.filterProjects .filterHeader{padding:10px 12px}.filterProjects .filterHeader .headerContent h2{font-size:13px}.filterProjects .filterHeader .searchResults{margin-top:6px;padding:4px 6px;font-size:10px}.filterProjects .sectionHeader{padding:6px 10px 3px}.filterProjects .sectionHeader h3{font-size:11px}.filterProjects .searchContent,.filterProjects .filtersGrid,.filterProjects .priceGrid{padding:6px 10px 10px}.filterProjects .actionSection{padding:10px}.filterProjects .filterGroup{gap:2px}.filterProjects .filterGroup label{font-size:10px}.filterProjects .filterGroup input,.filterProjects .filterGroup select{padding:5px 7px;font-size:11px}}.agentsListPage{display:flex;height:calc(100vh - 64px)}.agentsListPage .listContainer{flex:1;display:flex;flex-direction:column;overflow-y:auto}.agentsListPage .listContainer .wrapper{max-width:1200px;margin:0 auto;padding:20px;width:100%}.agentsListPage .listContainer .wrapper .listHeader{margin-bottom:30px;padding:30px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;color:#fff;box-shadow:0 8px 32px #0000001a}.agentsListPage .listContainer .wrapper .listHeader .headerContent h1{font-size:2.5rem;font-weight:700;margin:0 0 15px;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.agentsListPage .listContainer .wrapper .listHeader .headerContent h1 .location{color:gold;font-weight:600}@media (max-width: 738px){.agentsListPage .listContainer .wrapper .listHeader .headerContent h1{font-size:1.8rem}}.agentsListPage .listContainer .wrapper .listHeader .headerContent .resultsMeta{display:flex;flex-direction:column;gap:10px}.agentsListPage .listContainer .wrapper .listHeader .headerContent .resultsMeta .resultsCount{font-size:1.1rem;opacity:.9}.agentsListPage .listContainer .wrapper .listHeader .headerContent .resultsMeta .locationInfo{font-size:1rem;opacity:.8;font-weight:300}@media (max-width: 738px){.agentsListPage .listContainer .wrapper .listHeader .headerContent .resultsMeta .resultsCount{font-size:1rem}}.agentsListPage .listContainer .wrapper .listContent{display:flex;gap:30px}@media (max-width: 738px){.agentsListPage .listContainer .wrapper .listContent{flex-direction:column;gap:20px}}.agentsListPage .listContainer .wrapper .listContent .filterWrapper{flex:0 0 280px}@media (max-width: 738px){.agentsListPage .listContainer .wrapper .listContent .filterWrapper{flex:none}}.agentsListPage .listContainer .wrapper .listContent .agentsWrapper{flex:1;display:flex;flex-direction:column;gap:25px}.agentsListPage .listContainer .wrapper .listContent .agentsWrapper .quickStats{display:flex;gap:20px;margin-bottom:10px}@media (max-width: 738px){.agentsListPage .listContainer .wrapper .listContent .agentsWrapper .quickStats{flex-wrap:wrap;gap:15px}}.agentsListPage .listContainer .wrapper .listContent .agentsWrapper .quickStats .stat{background:#fff;padding:20px;border-radius:12px;box-shadow:0 4px 16px #00000014;text-align:center;flex:1;min-width:120px}.agentsListPage .listContainer .wrapper .listContent .agentsWrapper .quickStats .stat .number{display:block;font-size:2rem;font-weight:700;color:#667eea;margin-bottom:5px}.agentsListPage .listContainer .wrapper .listContent .agentsWrapper .quickStats .stat .label{font-size:.9rem;color:#666;text-transform:uppercase;letter-spacing:.5px}@media (max-width: 738px){.agentsListPage .listContainer .wrapper .listContent .agentsWrapper .quickStats .stat{padding:15px}.agentsListPage .listContainer .wrapper .listContent .agentsWrapper .quickStats .stat .number{font-size:1.5rem}}.agentsListPage .listContainer .wrapper .listContent .agentsWrapper .sortOptions{display:flex;align-items:center;gap:10px;margin-bottom:10px}.agentsListPage .listContainer .wrapper .listContent .agentsWrapper .sortOptions span{color:#666;font-weight:500}.agentsListPage .listContainer .wrapper .listContent .agentsWrapper .sortOptions select{padding:8px 12px;border:2px solid #e1e5e9;border-radius:8px;background:#fff;font-size:.9rem;cursor:pointer;transition:all .2s ease}.agentsListPage .listContainer .wrapper .listContent .agentsWrapper .sortOptions select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.agentsListPage .listContainer .wrapper .listContent .agentsWrapper .sortOptions select:hover{border-color:#667eea}.agentsListPage .listContainer .wrapper .listContent .agentsWrapper .noResults{text-align:center;padding:60px 20px;background:#fff;border-radius:16px;box-shadow:0 4px 16px #00000014}.agentsListPage .listContainer .wrapper .listContent .agentsWrapper .noResults .noResultsIcon{font-size:4rem;margin-bottom:20px}.agentsListPage .listContainer .wrapper .listContent .agentsWrapper .noResults h3{font-size:1.5rem;color:#333;margin-bottom:10px}.agentsListPage .listContainer .wrapper .listContent .agentsWrapper .noResults p{color:#666;line-height:1.6;margin-bottom:30px;max-width:400px;margin-left:auto;margin-right:auto}.agentsListPage .listContainer .wrapper .listContent .agentsWrapper .noResults .suggestions{text-align:left;max-width:300px;margin:0 auto}.agentsListPage .listContainer .wrapper .listContent .agentsWrapper .noResults .suggestions h4{color:#333;margin-bottom:15px;font-size:1.1rem}.agentsListPage .listContainer .wrapper .listContent .agentsWrapper .noResults .suggestions ul{list-style:none;padding:0}.agentsListPage .listContainer .wrapper .listContent .agentsWrapper .noResults .suggestions ul li{color:#666;position:relative;padding:8px 0 8px 20px}.agentsListPage .listContainer .wrapper .listContent .agentsWrapper .noResults .suggestions ul li:before{content:"•";color:#667eea;font-weight:700;position:absolute;left:0}@media (max-width: 738px){.agentsListPage .listContainer .wrapper .listContent .agentsWrapper .noResults{padding:40px 15px}.agentsListPage .listContainer .wrapper .listContent .agentsWrapper .noResults .noResultsIcon{font-size:3rem}.agentsListPage .listContainer .wrapper .listContent .agentsWrapper .noResults h3{font-size:1.3rem}}.filterAgents{flex:1;display:flex;flex-direction:column;gap:30px;height:fit-content;background:#fff;padding:30px;border-radius:20px;box-shadow:0 8px 30px #00000014;border:1px solid rgba(0,0,0,.04);position:sticky;top:120px}@media (max-width: 1024px){.filterAgents{padding:20px;gap:20px;position:static;box-shadow:0 4px 20px #0000000f}}@media (max-width: 738px){.filterAgents{padding:16px;gap:16px;border-radius:16px}}.filterAgents .top{display:flex;flex-direction:column;gap:15px}.filterAgents .top h1{font-size:20px;font-weight:700;color:#1f2937;margin:0;display:flex;align-items:center;gap:8px}@media (max-width: 1024px){.filterAgents .top h1{font-size:18px}}@media (max-width: 738px){.filterAgents .top h1{font-size:16px}}.filterAgents .top .filterStats .activeFilters{display:flex;align-items:center;justify-content:space-between;background:#3b82f614;padding:8px 12px;border-radius:8px;border:1px solid rgba(59,130,246,.2)}.filterAgents .top .filterStats .activeFilters .count{font-size:12px;color:#3b82f6;font-weight:600}.filterAgents .top .filterStats .activeFilters .clearAll{background:none;border:none;color:#ef4444;font-size:11px;font-weight:600;cursor:pointer;padding:4px 8px;border-radius:6px;transition:all .2s ease}.filterAgents .top .filterStats .activeFilters .clearAll:hover{background:#ef44441a}.filterAgents .bottom{display:flex;flex-direction:column;gap:20px}@media (max-width: 1024px){.filterAgents .bottom{gap:16px}}.filterAgents .bottom .item{display:flex;flex-direction:column;gap:8px}.filterAgents .bottom .item label{font-weight:600;font-size:14px;color:#374151;display:flex;align-items:center;gap:6px}@media (max-width: 738px){.filterAgents .bottom .item label{font-size:13px}}.filterAgents .bottom .item input,.filterAgents .bottom .item select{padding:12px 16px;border:2px solid rgba(0,0,0,.08);border-radius:12px;font-size:14px;color:#374151;background:#f9fafb80;transition:all .3s ease;font-weight:500}@media (max-width: 738px){.filterAgents .bottom .item input,.filterAgents .bottom .item select{padding:10px 14px;font-size:13px}}.filterAgents .bottom .item input::placeholder,.filterAgents .bottom .item select::placeholder{color:#9ca3af;font-weight:400}.filterAgents .bottom .item input:focus,.filterAgents .bottom .item select:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.filterAgents .bottom .item input:disabled,.filterAgents .bottom .item select:disabled{background-color:#f9fafbcc;color:#9ca3af;cursor:not-allowed}.filterAgents .bottom .item select{cursor:pointer}.filterAgents .bottom .item select option{padding:8px}.filterAgents .bottom .location-input-container{position:relative;display:flex;align-items:center}.filterAgents .bottom .location-input-container input{width:100%;padding-right:40px}.filterAgents .bottom .location-input-container .clear-location-btn{position:absolute;right:15px;top:50%;transform:translateY(-50%);background:#6b72801a;border:none;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280;font-size:12px;font-weight:700;transition:all .2s ease;z-index:10}.filterAgents .bottom .location-input-container .clear-location-btn:hover{background:#ef44441a;color:#ef4444;transform:translateY(-50%) scale(1.1)}.filterAgents .bottom .location-input-container .suggestions-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border-radius:12px;box-shadow:0 12px 40px #00000026;border:1px solid rgba(0,0,0,.06);max-height:280px;overflow-y:auto;z-index:9999;margin-top:8px}.filterAgents .bottom .location-input-container .suggestions-dropdown .suggestion-item{padding:12px 16px;cursor:pointer;border-bottom:1px solid rgba(0,0,0,.04);transition:all .2s ease}.filterAgents .bottom .location-input-container .suggestions-dropdown .suggestion-item:hover{background:#3b82f60d}.filterAgents .bottom .location-input-container .suggestions-dropdown .suggestion-item:last-child{border-bottom:none}.filterAgents .bottom .location-input-container .suggestions-dropdown .suggestion-item .suggestion-main{font-weight:600;color:#1f2937;font-size:14px;margin-bottom:2px}.filterAgents .bottom .location-input-container .suggestions-dropdown .suggestion-item .suggestion-sub{font-size:12px;color:#6b7280}.filterAgents .bottom .searchButton{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;padding:16px 24px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #3b82f64d;margin-top:10px}@media (max-width: 738px){.filterAgents .bottom .searchButton{padding:14px 20px;font-size:15px}}.filterAgents .bottom .searchButton:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f666}.filterAgents .bottom .searchButton:active{transform:translateY(0)}.filterAgents .bottom .searchButton .searchContent{display:flex;align-items:center;justify-content:center;gap:8px}.filterAgents .bottom .searchButton .searchContent .searchIcon{font-size:18px}.filterAgents .bottom .searchButton .searchContent .searchText{letter-spacing:.3px}.filterAgents .bottom .activeFiltersDisplay{background:#f9fafbcc;padding:16px;border-radius:12px;border:1px solid rgba(0,0,0,.06)}.filterAgents .bottom .activeFiltersDisplay h4{margin:0 0 12px;font-size:14px;color:#374151;font-weight:600}.filterAgents .bottom .activeFiltersDisplay .filterTags{display:flex;flex-wrap:wrap;gap:8px}.filterAgents .bottom .activeFiltersDisplay .filterTags .filterTag{background:#fff;padding:6px 10px;border-radius:20px;font-size:12px;color:#374151;border:1px solid rgba(0,0,0,.1);display:flex;align-items:center;gap:6px;font-weight:500}.filterAgents .bottom .activeFiltersDisplay .filterTags .filterTag button{background:#ef44441a;border:none;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#ef4444;font-size:11px;font-weight:700;transition:all .2s ease}.filterAgents .bottom .activeFiltersDisplay .filterTags .filterTag button:hover{background:#ef444433;transform:scale(1.1)}.chatModern{display:flex;height:100%;min-height:580px;background:#fff;overflow:hidden;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.chatModern .conversationPane{width:310px;display:flex;flex-direction:column;border-right:1px solid #e5e7eb;background:#fff;position:relative;transition:transform .35s ease,opacity .35s ease}.chatModern .paneHeader{padding:14px 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e7eb;background:#fff}.chatModern .paneHeader h4{margin:0;font-size:1rem;font-weight:600;color:#1f2937}.chatModern .searchBox{padding:10px 14px;border-bottom:1px solid #edf0f3}.chatModern .searchBox input{width:100%;padding:10px 12px;border:1px solid #d1d5db;background:#fff;border-radius:10px;font-size:.8rem;outline:none;transition:border .2s,box-shadow .2s}.chatModern .searchBox input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.chatModern .conversationList{flex:1;overflow-y:auto;padding:4px 0;display:flex;flex-direction:column;gap:2px}.chatModern .emptyState{padding:2rem 1rem;text-align:center;font-size:.8rem;color:#6b7280}.chatModern .conversationItem{display:flex;gap:12px;padding:12px 16px;cursor:pointer;position:relative;transition:background .15s,border .15s}.chatModern .conversationItem:hover{background:#f9fafb}.chatModern .conversationItem.active{background:#eef2ff}.chatModern .conversationItem .avatarWrap{width:48px;height:48px;position:relative}.chatModern .conversationItem .avatarWrap img{width:100%;height:100%;border-radius:50%;object-fit:cover;display:block;border:2px solid #fff;box-shadow:0 2px 5px #00000026}.chatModern .conversationItem .avatarWrap .unreadDot{position:absolute;bottom:2px;right:4px;width:14px;height:14px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:2px solid #fff;box-shadow:0 0 0 3px #6366f140}.chatModern .conversationItem .convInfo{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.chatModern .conversationItem .topRow{display:flex;justify-content:space-between;align-items:center;margin-bottom:3px}.chatModern .conversationItem .username{font-size:.83rem;font-weight:600;color:#111827;max-width:140px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chatModern .conversationItem .time{font-size:.63rem;color:#6b7280;font-weight:600}.chatModern .conversationItem .lastMsg{font-size:.7rem;color:#4b5563;line-height:1.2;max-height:1.4em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chatModern .chatPane{flex:1;display:flex;flex-direction:column;position:relative;background:#fff}.chatModern .chatPane.empty{align-items:center;justify-content:center}.chatModern .chatPane .placeholder{text-align:center;color:#6b7280;padding:3rem 1rem}.chatModern .chatPane .placeholder .illustration{font-size:3rem;margin-bottom:1rem;display:inline-block;filter:drop-shadow(0 4px 8px rgba(0,0,0,.15))}.chatModern .chatInner{display:flex;flex-direction:column;flex:1;min-height:0}.chatModern .chatHeader{height:64px;padding:10px 18px;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid #e5e7eb}.chatModern .userBlock{display:flex;align-items:center;gap:12px;min-width:0}.chatModern .userBlock img{width:44px;height:44px;border-radius:50%;object-fit:cover;box-shadow:0 2px 5px #00000026}.chatModern .userMeta{display:flex;flex-direction:column;min-width:0}.chatModern .userMeta .name{font-size:.9rem;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.chatModern .userMeta .status{font-size:.6rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;color:#6366f1}.chatModern .headerActions{display:flex;align-items:center;gap:4px}.chatModern .iconBtn{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:10px;width:38px;height:38px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:#475569;cursor:pointer;transition:.2s}.chatModern .iconBtn:hover{background:#e2e8f0;color:#1e293b}.chatModern .messagesScroll{flex:1;overflow-y:auto;padding:20px 24px 16px;display:flex;flex-direction:column;gap:14px;scroll-behavior:smooth}.chatModern .msgRow{display:flex;align-items:flex-end;gap:8px;max-width:72%}.chatModern .msgRow.mine{margin-left:auto;flex-direction:row-reverse}.chatModern .msgRow.mine .bubbleWrap{align-items:flex-end}.chatModern .bubbleAvatar{width:34px;height:34px;border-radius:50%;object-fit:cover;box-shadow:0 2px 4px #0000001f}.chatModern .bubbleWrap{display:flex;flex-direction:column;gap:4px}.chatModern .bubble{padding:10px 14px;border-radius:20px;font-size:.8rem;line-height:1.25;position:relative;word-break:break-word;background:#fff;border:1px solid #e5e7eb;box-shadow:0 2px 4px #0000000d;animation:fadeIn .25s ease}.chatModern .bubble.sent{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;box-shadow:0 4px 14px #6366f159}.chatModern .bubble.received{background:#fff}.chatModern .msgTime{font-size:.55rem;font-weight:600;letter-spacing:.5px;color:#94a3b8;-webkit-user-select:none;user-select:none}.chatModern .composer{display:flex;align-items:flex-end;gap:12px;padding:14px 18px;border-top:1px solid #e5e7eb;background:#fff}.chatModern .composer textarea{flex:1;resize:none;border:1px solid #d1d5db;border-radius:16px;padding:10px 14px;font-size:.8rem;line-height:1.3;max-height:140px;outline:none;transition:border .2s,box-shadow .2s;font-family:inherit;background:#fff}.chatModern .composer textarea:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f126;background:#fff}.chatModern .composer button{background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;color:#fff;font-weight:600;padding:12px 22px;border-radius:14px;cursor:pointer;font-size:.75rem;letter-spacing:.5px;text-transform:uppercase;box-shadow:0 4px 14px #6366f159;transition:.25s}.chatModern .composer button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 18px #6366f173}.chatModern .composer button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}@media (max-width: 900px){.chatModern .chatModern{flex-direction:column;height:calc(100vh - 120px)}.chatModern .conversationPane{width:100%;height:100%;position:absolute;top:0;left:0;z-index:3;background:#fff;transform:translate(0)}.chatModern .conversationPane.hiddenMobile{transform:translate(-100%);opacity:0;pointer-events:none}.chatModern .chatPane{flex:1;z-index:2;display:flex}.chatModern .chatPane.hiddenMobile{display:none}.chatModern .paneHeader .backBtn,.chatModern .mobileOnly{display:inline-flex}.chatModern .msgRow{max-width:85%}}.chatModern .mobileOnly{display:none}.chatModern .conversationList::-webkit-scrollbar,.chatModern .messagesScroll::-webkit-scrollbar{width:8px}.chatModern .conversationList::-webkit-scrollbar-track,.chatModern .messagesScroll::-webkit-scrollbar-track{background:transparent}.chatModern .conversationList::-webkit-scrollbar-thumb,.chatModern .messagesScroll::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:8px}.chatModern .conversationList::-webkit-scrollbar-thumb:hover,.chatModern .messagesScroll::-webkit-scrollbar-thumb:hover{background:#94a3b8}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.chatModern .avatarPresence{position:relative;display:inline-block}.chatModern .avatarPresence img{width:44px;height:44px;border-radius:50%;object-fit:cover;box-shadow:0 2px 5px #00000026}.chatModern .presenceDot{position:absolute;bottom:2px;right:2px;width:12px;height:12px;border:2px solid #fff;border-radius:50%;background:#9ca3af;box-shadow:0 0 0 2px #fff9}.chatModern .presenceDot.online{background:#10b981}.chatModern .presenceDot.offline{background:#9ca3af}.chatModern .loadOlderBtn{margin:0 auto 12px;background:#fff;border:1px solid #d1d5db;color:#374151;font-size:.65rem;letter-spacing:.5px;text-transform:uppercase;font-weight:600;padding:6px 14px;border-radius:30px;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:.2s}.chatModern .loadOlderBtn:hover:not(:disabled){background:#f1f5f9}.chatModern .loadOlderBtn:disabled{opacity:.5;cursor:default}.chatModern .dayDivider{display:flex;align-items:center;justify-content:center;gap:12px;margin:18px 0 10px}.chatModern .dayDivider span{background:#e2e8f0;color:#475569;font-size:.6rem;font-weight:700;letter-spacing:.7px;padding:4px 10px;border-radius:14px;text-transform:uppercase}.chatModern .bubble.first.sent{border-top-right-radius:6px}.chatModern .bubble.middle.sent{border-top-right-radius:6px;border-bottom-right-radius:6px}.chatModern .bubble.last.sent{border-bottom-right-radius:18px}.chatModern .bubble.first.received{border-top-left-radius:6px}.chatModern .bubble.middle.received{border-top-left-radius:6px;border-bottom-left-radius:6px}.chatModern .bubble.last.received{border-bottom-left-radius:18px}.chatModern .attachmentsGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:6px;margin-bottom:6px}.chatModern .attachmentItem{position:relative;overflow:hidden;border-radius:10px;background:#f1f5f9;border:1px solid #e2e8f0;display:block}.chatModern .attachmentItem img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}.chatModern .attachmentItem:hover img{transform:scale(1.05)}.chatModern .bubbleText{white-space:pre-wrap;word-break:break-word}.chatModern .metaRow{display:flex;align-items:center;gap:6px;margin-top:2px;font-size:.55rem;color:#94a3b8;font-weight:600}.chatModern .ticks{font-size:.6rem;line-height:1}.chatModern .ticks.sent{color:#94a3b8}.chatModern .ticks.read{color:#6366f1}.chatModern .typingRow{display:flex;gap:8px;margin:4px 0 6px}.chatModern .typingBubble{background:#e5e7eb;border-radius:20px;padding:8px 14px;display:flex;align-items:center;gap:4px;box-shadow:0 2px 4px #00000014}.chatModern .typingBubble span{width:6px;height:6px;border-radius:50%;background:#9ca3af;display:block;animation:typingBlink 1s infinite ease-in-out}.chatModern .typingBubble span:nth-child(2){animation-delay:.2s}.chatModern .typingBubble span:nth-child(3){animation-delay:.4s}@keyframes typingBlink{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(-3px)}}.chatModern .composer{position:relative}.chatModern .composerRow{display:flex;align-items:flex-end;gap:12px;width:100%}.chatModern .leftTools{display:flex;align-items:center;gap:8px;flex-shrink:0}.chatModern .toolBtn{background:#f1f5f9;border:1px solid #d1d5db;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:12px;cursor:pointer;font-size:1.1rem;transition:.2s;flex-shrink:0}.chatModern .toolBtn:hover{background:#e2e8f0}.chatModern .emojiPicker{position:absolute;bottom:100%;left:0;margin-bottom:8px;background:#fff;padding:10px 12px;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 8px 24px #0000001f;display:flex;flex-wrap:wrap;gap:6px;max-width:260px;z-index:20}.chatModern .emojiPicker button{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;font-size:1.1rem;width:36px;height:36px;display:flex;align-items:center;justify-content:center;transition:.2s}.chatModern .emojiPicker button:hover{background:#e2e8f0}.chatModern .pendingAttachments{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 10px}.chatModern .pendingAtt{position:relative;width:72px;height:72px;border-radius:14px;overflow:hidden;background:#f1f5f9;border:1px solid #e2e8f0;box-shadow:0 2px 6px #00000014}.chatModern .pendingAtt img{width:100%;height:100%;object-fit:cover}.chatModern .pendingAtt button{position:absolute;top:2px;right:2px;background:#0009;color:#fff;border:none;width:20px;height:20px;border-radius:50%;cursor:pointer;font-size:.75rem;line-height:1;display:flex;align-items:center;justify-content:center}.chatModern .pendingAtt button:hover{background:#000000bf}@media (max-width: 900px){.chatModern .emojiPicker{left:8px;bottom:calc(100% + 6px)}}.chatPage{padding:20px;min-height:calc(100vh - 120px);display:flex;justify-content:center}.chatPage .chatWrapper{width:100%;max-width:1200px;display:flex;flex-direction:column;gap:16px}.chatPage .chatHeaderBar{display:flex;align-items:center;justify-content:space-between;padding:4px 4px 0}.chatPage .chatHeaderBar h2{margin:0;font-size:1.2rem;font-weight:600;color:#1f2937}.chatPage .chatBody{flex:1}.loadingState,.errorState{text-align:center;padding:40px 0;color:#555;font-size:.9rem}.paymentSuccess{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);display:flex;align-items:center;justify-content:center;padding:40px 20px}.paymentSuccess .container{max-width:600px;width:100%}.paymentSuccess .card{background:#fff;border-radius:24px;padding:60px 40px;box-shadow:0 20px 60px #00000026;text-align:center;animation:slideUp .5s ease-out}@media (max-width: 1024px){.paymentSuccess .card{padding:40px 24px}}.paymentSuccess .card .spinner{width:60px;height:60px;border:4px solid #f3f4f6;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 24px}.paymentSuccess .card .successIcon,.paymentSuccess .card .errorIcon{font-size:5rem;margin-bottom:24px;animation:bounce .6s ease-out}.paymentSuccess .card h1{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:16px;background:linear-gradient(135deg,#10b981,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 1024px){.paymentSuccess .card h1{font-size:1.6rem}}.paymentSuccess .card .message{font-size:1.1rem;color:#64748b;line-height:1.6;margin-bottom:32px}.paymentSuccess .card .message strong{color:#10b981;font-weight:700}.paymentSuccess .card .note{font-size:.95rem;color:#94a3b8;line-height:1.6;margin-bottom:32px;padding:16px;background:#f8fafc;border-radius:12px}.paymentSuccess .card .benefits{background:linear-gradient(135deg,#dcfce7,#bbf7d0);border:2px solid #86efac;border-radius:16px;padding:24px;margin-bottom:32px;text-align:left}.paymentSuccess .card .benefits h3{font-size:1.1rem;font-weight:700;color:#166534;margin:0 0 16px;text-align:center}.paymentSuccess .card .benefits ul{list-style:none;padding:0;margin:0}.paymentSuccess .card .benefits ul li{color:#166534;font-size:1rem;padding:8px 0;font-weight:500;display:flex;align-items:center;gap:8px}.paymentSuccess .card .actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.paymentSuccess .card .actions button{padding:14px 28px;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;border:none;display:flex;align-items:center;gap:8px}@media (max-width: 1024px){.paymentSuccess .card .actions button{padding:12px 24px;font-size:.95rem}}.paymentSuccess .card .actions .primaryBtn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 15px #10b9814d}.paymentSuccess .card .actions .primaryBtn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #10b98166}.paymentSuccess .card .actions .secondaryBtn{background:#f1f5f9;color:#475569;border:2px solid #e2e8f0}.paymentSuccess .card .actions .secondaryBtn:hover{background:#e2e8f0;transform:translateY(-2px)}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes bounce{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}*{padding:0;margin:0;box-sizing:border-box}a{text-decoration:none;color:inherit}body{font-family:Lato,sans-serif;overflow:hidden}
