.card{display:flex;gap:20px;background:linear-gradient(145deg,#f3f3f3,#fff);box-shadow:0 4px 8px #0000001a,0 2px 4px #0000001a;border-radius:10px;padding:20px;transition:all .3s ease}@media (max-width: 738px){.card{gap:0px}}.card:hover{box-shadow:0 8px 16px #0003,0 4px 8px #0000001a;transform:translateY(-5px)}.card .imageContainer{flex:2;height:200px;overflow:hidden;border-radius:10px}@media (max-width: 738px){.card .imageContainer{display:none}}.card .imageContainer img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:10px;transition:transform .3s ease}.card .imageContainer img:hover{transform:scale(1.05)}.card .textContainer{flex:3;display:flex;flex-direction:column;justify-content:space-between;gap:10px}.card .textContainer .title{font-size:20px;font-weight:600;color:#444;transition:all .3s ease}.card .textContainer .title:hover{color:#000;transform:scale(1.05)}.card .textContainer .address{font-size:14px;display:flex;align-items:center;gap:5px;color:#666}.card .textContainer .address img{width:16px;height:16px}.card .textContainer .price{font-size:20px;font-weight:300;padding:5px 10px;border-radius:5px;background-color:#29bbffb3;width:-moz-max-content;width:max-content;box-shadow:0 2px 4px #0000001a}@media (max-width: 738px){.card .textContainer .price{font-size:16px;font-weight:400;padding:4px 8px}}.card .textContainer .bottom{display:flex;justify-content:space-between;gap:10px}.card .textContainer .bottom .features{display:flex;gap:20px;font-size:14px}@media (min-width: 1024px){.card .textContainer .bottom .features{gap:10px}}.card .textContainer .bottom .features .feature{display:flex;align-items:center;gap:5px;background-color:#29bbffb3;border-radius:5px;padding:5px;box-shadow:0 2px 4px #0000001a}@media (max-width: 738px){.card .textContainer .bottom .features .feature{font-size:12px;font-weight:400}}.card .textContainer .bottom .features .feature img{width:16px;height:16px}.card .textContainer .bottom .icons{display:flex;gap:16px}@media (min-width: 1024px){.card .textContainer .bottom .icons{gap:16px}}.card .textContainer .bottom .icons .icon{border:1px solid hsl(199,100%,58%);padding:5px;cursor:pointer;border-radius:5px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}@media (min-width: 1024px){.card .textContainer .bottom .icons .icon{padding:2px}}@media (max-width: 738px){.card .textContainer .bottom .icons .icon{padding:4px}}.card .textContainer .bottom .icons .icon:hover{background-color:#29bbff;color:#fff}.card .textContainer .bottom .icons .icon img{width:16px;height:16px}.card .textContainer .bottom .icons .deleteIcon{color:#ff3737;border:1px solid #29bbff}.card .textContainer .bottom .icons .deleteIcon:hover{background-color:#ff2929;color:#fff}.home{width:100%;height:100vh;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.home .homeContainer{width:100%;height:100%;position:relative}.home .backgroundImage{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.home .backgroundImage img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.home .backgroundImage .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0009,#2bbcff66,#0009);z-index:2}.home .content{position:relative;z-index:10;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;gap:60px}@media (min-width: 739px) and (max-width: 1023px){.home .content{gap:40px;padding:30px 20px}}@media (max-width: 738px){.home .content{gap:30px;padding:20px 15px}}.home .heroSection{text-align:center;max-width:900px;width:100%;animation:fadeInUp .8s ease-out}.home .heroSection .heroTitle{font-size:3.5rem;font-weight:800;color:#fff;margin-bottom:20px;line-height:1.2;text-shadow:2px 2px 8px rgba(0,0,0,.5),0 0 20px rgba(43,188,255,.3);letter-spacing:-.5px}@media (min-width: 1024px){.home .heroSection .heroTitle{font-size:3rem}}@media (min-width: 739px) and (max-width: 1023px){.home .heroSection .heroTitle{font-size:2.5rem;margin-bottom:15px}}@media (max-width: 738px){.home .heroSection .heroTitle{font-size:1.8rem;margin-bottom:12px;line-height:1.3}}.home .heroSection .heroSubtitle{font-size:1.25rem;color:#fffffff2;margin-bottom:40px;font-weight:400;text-shadow:1px 1px 4px rgba(0,0,0,.3);line-height:1.6}@media (min-width: 739px) and (max-width: 1023px){.home .heroSection .heroSubtitle{font-size:1.1rem;margin-bottom:30px}}@media (max-width: 738px){.home .heroSection .heroSubtitle{font-size:1rem;margin-bottom:25px;padding:0 10px}}.home .heroSection .searchContainer{width:100%;max-width:900px;margin:0 auto;animation:fadeInUp 1s ease-out .2s both}.home .statsSection{display:flex;justify-content:center;align-items:center;gap:30px;width:100%;max-width:1200px;flex-wrap:wrap;animation:fadeInUp 1s ease-out .4s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 739px) and (max-width: 1023px){.home .statsSection{gap:20px}}@media (max-width: 738px){.home .statsSection{gap:15px;flex-direction:column;width:100%}}.home .statsSection .statCard{flex:1;min-width:250px;max-width:320px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:30px 25px;display:flex;flex-direction:column;align-items:center;gap:15px;box-shadow:0 8px 32px #0003,0 4px 16px #2bbcff1a;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(255,255,255,.3);cursor:pointer}@media (min-width: 739px) and (max-width: 1023px){.home .statsSection .statCard{min-width:220px;padding:25px 20px}}@media (max-width: 738px){.home .statsSection .statCard{min-width:100%;max-width:100%;padding:25px 20px;flex-direction:row;text-align:left}}.home .statsSection .statCard:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 12px 40px #00000040,0 8px 24px #2bbcff33;background:#fff}.home .statsSection .statCard .statIcon{font-size:3rem;line-height:1;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}@media (min-width: 739px) and (max-width: 1023px){.home .statsSection .statCard .statIcon{font-size:2.5rem}}@media (max-width: 738px){.home .statsSection .statCard .statIcon{font-size:2.5rem;margin-right:15px}}.home .statsSection .statCard .statContent{display:flex;flex-direction:column;align-items:center;gap:8px}@media (max-width: 738px){.home .statsSection .statCard .statContent{align-items:flex-start;flex:1}}.home .statsSection .statCard .statContent .statNumber{font-size:2.5rem;font-weight:800;color:#2bbcff;margin:0;line-height:1;background:linear-gradient(135deg,#2bbcff,#1a8cd8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (min-width: 739px) and (max-width: 1023px){.home .statsSection .statCard .statContent .statNumber{font-size:2.2rem}}@media (max-width: 738px){.home .statsSection .statCard .statContent .statNumber{font-size:2rem}}.home .statsSection .statCard .statContent .statLabel{font-size:1rem;font-weight:600;color:#555;margin:0;line-height:1.3;text-align:center}@media (min-width: 739px) and (max-width: 1023px){.home .statsSection .statCard .statContent .statLabel{font-size:.95rem}}@media (max-width: 738px){.home .statsSection .statCard .statContent .statLabel{font-size:.9rem;text-align:left}}@media (max-width: 480px){.home .content{gap:25px}.home .heroSection .heroTitle{font-size:1.5rem}.home .heroSection .heroSubtitle{font-size:.9rem}.home .statsSection .statCard{padding:20px;gap:12px}.home .statsSection .statCard .statIcon{font-size:2rem}.home .statsSection .statCard .statContent .statNumber{font-size:1.8rem}.home .statsSection .statCard .statContent .statLabel{font-size:.85rem}}.searchBar{height:auto;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;box-shadow:0 8px 32px #00000026,0 4px 16px #2bbcff1a;overflow:hidden;border:1px solid rgba(255,255,255,.3);transition:all .3s ease}.searchBar:hover{box-shadow:0 12px 40px #0003,0 8px 24px #2bbcff26}.searchBar .type{display:flex;background:#f8fafccc}.searchBar .type button{flex:1;padding:14px 24px;border:none;cursor:pointer;background:transparent;text-transform:capitalize;font-weight:600;font-size:.95rem;color:#666;transition:all .3s ease;position:relative}.searchBar .type button:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background:#2bbcff;transform:scaleX(0);transition:transform .3s ease}.searchBar .type button.active{background:#fff;color:#2bbcff}.searchBar .type button.active:after{transform:scaleX(1)}.searchBar .type button:hover:not(.active){background:#ffffff80;color:#333}@media (max-width: 738px){.searchBar .type button{padding:12px 16px;font-size:.85rem}}.searchBar form{display:flex;justify-content:space-between;align-items:stretch;gap:0}@media (max-width: 738px){.searchBar form{flex-direction:column;gap:0}}.searchBar form input{flex:1;padding:0 20px;height:64px;border:none;border-right:1px solid rgba(0,0,0,.1);background:#fff;font-size:.95rem;color:#333;transition:all .2s ease}.searchBar form input::-moz-placeholder{color:#999}.searchBar form input::placeholder{color:#999}.searchBar form input:focus{outline:none;background:#2bbcff0d;border-color:#2bbcff}.searchBar form input:last-of-type{border-right:none}@media (min-width: 1024px){.searchBar form input{padding:0 18px;font-size:.9rem}.searchBar form input:nth-child(2),.searchBar form input:nth-child(3){min-width:140px}}@media (min-width: 739px) and (max-width: 1023px){.searchBar form input{padding:0 15px;font-size:.9rem}.searchBar form input:nth-child(2),.searchBar form input:nth-child(3){min-width:120px}}@media (max-width: 738px){.searchBar form input{height:50px;width:100%;padding:12px 15px;border-right:none;border-bottom:1px solid rgba(0,0,0,.1)}.searchBar form input:last-of-type{border-bottom:none}}.searchBar form a{display:flex;flex:0 0 auto;justify-content:center;align-items:center;background:linear-gradient(135deg,#2bbcff,#1a8cd8);min-width:80px;transition:all .3s ease;position:relative;overflow:hidden}.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 ease}.searchBar form a:hover{background:linear-gradient(135deg,#1a8cd8,#2bbcff);box-shadow:0 4px 12px #2bbcff66}.searchBar form a:hover:before{left:100%}.searchBar form a button{border:none;cursor:pointer;background:transparent;padding:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%}@media (max-width: 738px){.searchBar form a button{padding:12px}}.searchBar form a button img{width:24px;height:24px;filter:brightness(0) invert(1);transition:transform .3s ease}.searchBar form a button:hover img{transform:scale(1.1) rotate(5deg)}.list{display:flex;flex-direction:column;gap:50px}.no-posts-card{display:flex;align-items:center;justify-content:center;padding:20px;background-color:#f8f8f8;border:1px solid #ddd;border-radius:10px;text-align:center}.no-posts-card p{font-size:16px;color:#555}.profilePage{display:flex;height:calc(100vh - 72px);padding:30px;gap:30px;box-sizing:border-box}@media (min-width: 739px) and (max-width: 1023px){.profilePage{flex-direction:column;height:auto;padding:20px;gap:25px}}@media (max-width: 738px){.profilePage{flex-direction:column;height:auto;padding:15px 10px;gap:20px}}.profilePage .details{flex:3;overflow-y:auto;overflow-x:hidden;padding-right:20px}.profilePage .details::-webkit-scrollbar{width:8px}.profilePage .details::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.profilePage .details::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.profilePage .details::-webkit-scrollbar-thumb:hover{background:#555}@media (min-width: 739px) and (max-width: 1023px){.profilePage .details{flex:none;padding-right:0;overflow-y:visible}}.profilePage .details .wrapper{display:flex;flex-direction:column;gap:40px}@media (min-width: 739px) and (max-width: 1023px){.profilePage .details .wrapper{gap:30px}}@media (max-width: 738px){.profilePage .details .wrapper{gap:25px}}.profilePage .details .wrapper .postsComponents{height:-moz-fit-content;height:fit-content;max-height:500px;display:flex;flex-direction:column;gap:15px;overflow-y:auto;padding:10px 0}.profilePage .details .wrapper .postsComponents::-webkit-scrollbar{width:6px}.profilePage .details .wrapper .postsComponents::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.profilePage .details .wrapper .postsComponents::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.profilePage .details .wrapper .postsComponents::-webkit-scrollbar-thumb:hover{background:#555}.profilePage .details .wrapper .title{display:flex;justify-content:space-between;align-items:center;padding-bottom:15px;border-bottom:2px solid #e5e7eb}@media (max-width: 738px){.profilePage .details .wrapper .title{flex-direction:column;align-items:flex-start;gap:15px}}.profilePage .details .wrapper .title h1{font-weight:600;font-size:28px;color:#1f2937;margin:0}@media (max-width: 738px){.profilePage .details .wrapper .title h1{font-size:22px}}.profilePage .details .wrapper .title button{padding:10px 24px;background-color:#2bbcff;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:500;font-size:14px;transition:all .2s ease}.profilePage .details .wrapper .title button:hover{background-color:#1a8cd8;transform:translateY(-1px);box-shadow:0 4px 8px #2bbcff4d}.profilePage .details .wrapper .info{display:flex;flex-direction:column;gap:20px;padding:25px;background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb}.profilePage .details .wrapper .info span{display:flex;align-items:center;gap:15px;font-size:15px;color:#4b5563}.profilePage .details .wrapper .info span b{color:#1f2937;font-weight:600}.profilePage .details .wrapper .info button{width:-moz-fit-content;width:fit-content;padding:10px 24px;background-color:#ef4444;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:500;font-size:14px;transition:all .2s ease;margin-top:10px}.profilePage .details .wrapper .info button:hover{background-color:#dc2626;transform:translateY(-1px);box-shadow:0 4px 8px #ef44444d}.profilePage .details .wrapper .info img{width:50px;height:50px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid #e5e7eb}.profilePage .chatContainer{flex:2;background-color:#fff;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000d;display:flex;flex-direction:column;overflow:hidden}@media (min-width: 739px) and (max-width: 1023px){.profilePage .chatContainer{flex:none;height:600px}}@media (max-width: 738px){.profilePage .chatContainer{flex:none;height:500px}}.profilePage .chatContainer .wrapper{height:100%;padding:0;display:flex;flex-direction:column;overflow:hidden}.chat{display:flex;flex-direction:column;min-height:100%;width:100%;overflow-y:auto}.chat .messages{display:flex;flex-direction:column;gap:12px;padding:20px;overflow-y:auto;overflow-x:hidden;min-height:500px}.chat .messages::-webkit-scrollbar{width:6px}.chat .messages::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.chat .messages::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.chat .messages::-webkit-scrollbar-thumb:hover{background:#555}.chat .messages h1{font-size:20px;font-weight:600;color:#1f2937;margin:0 0 20px;padding-bottom:15px;border-bottom:2px solid #e5e7eb}.chat .messages .message{background-color:#fff;padding:16px;border-radius:12px;display:flex;align-items:center;gap:15px;cursor:pointer;transition:all .2s ease;border:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000d}.chat .messages .message.unseen{background-color:#eff6ff;border-color:#2bbcff;border-width:2px}.chat .messages .message.seen{background-color:#fff}.chat .messages .message:hover{background-color:#f9fafb;border-color:#2bbcff;transform:translate(4px);box-shadow:0 2px 8px #2bbcff26}.chat .messages .message img{width:48px;height:48px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid #e5e7eb;flex-shrink:0}.chat .messages .message span{font-weight:600;color:#1f2937;font-size:15px;flex:1}.chat .messages .message p{color:#6b7280;font-size:13px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:200px}@media (max-width: 738px){.chat .messages .message p{max-width:150px}}.chat .chatBox{display:flex;flex-direction:column;justify-content:space-between;background-color:#fff;border-top:1px solid #e5e7eb;min-height:500px;max-height:100%}.chat .chatBox .top{background-color:#f9fafb;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e7eb}.chat .chatBox .top .user{display:flex;align-items:center;gap:12px}.chat .chatBox .top .user img{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid #e5e7eb}.chat .chatBox .top h2{font-size:16px;font-weight:600;color:#1f2937;margin:0;flex:1}.chat .chatBox .top .close{cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;color:#6b7280;font-size:20px;font-weight:600;transition:all .2s ease}.chat .chatBox .top .close:hover{background-color:#e5e7eb;color:#1f2937}.chat .chatBox .center{flex:1;overflow-y:auto;overflow-x:hidden;padding:20px;display:flex;flex-direction:column;gap:12px;min-height:0;background-color:#f9fafb}.chat .chatBox .center::-webkit-scrollbar{width:6px}.chat .chatBox .center::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.chat .chatBox .center::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.chat .chatBox .center::-webkit-scrollbar-thumb:hover{background:#555}.chat .chatBox .center .chatMessage{border-radius:12px;padding:10px 14px;display:flex;flex-direction:column;gap:6px;max-width:70%;word-wrap:break-word}.chat .chatBox .center .chatMessage.own{background-color:#2bbcff;color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.chat .chatBox .center .chatMessage.own span{color:#fffc;align-self:flex-end}.chat .chatBox .center .chatMessage.other{background-color:#fff;color:#1f2937;align-self:flex-start;border:1px solid #e5e7eb;border-bottom-left-radius:4px}.chat .chatBox .center .chatMessage.other span{color:#6b7280;align-self:flex-start}.chat .chatBox .center .chatMessage p{margin:0;font-size:14px;line-height:1.5}.chat .chatBox .center .chatMessage span{font-size:11px;padding:2px 6px;border-radius:4px;width:-moz-fit-content;width:fit-content}@media (max-width: 738px){.chat .chatBox .center .chatMessage{max-width:85%}}.chat .chatBox .bottom{border-top:1px solid #e5e7eb;padding:12px 16px;display:flex;align-items:flex-end;gap:12px;background-color:#fff}.chat .chatBox .bottom textarea{flex:1;min-height:44px;max-height:120px;border:1px solid #e5e7eb;border-radius:8px;padding:10px 14px;font-size:14px;font-family:inherit;resize:none;outline:none;transition:border-color .2s ease}.chat .chatBox .bottom textarea:focus{border-color:#2bbcff;box-shadow:0 0 0 3px #2bbcff1a}.chat .chatBox .bottom textarea::-moz-placeholder{color:#9ca3af}.chat .chatBox .bottom textarea::placeholder{color:#9ca3af}.chat .chatBox .bottom button{padding:10px 24px;background-color:#2bbcff;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:500;font-size:14px;transition:all .2s ease;white-space:nowrap;height:44px}.chat .chatBox .bottom button:hover{background-color:#1a8cd8;transform:translateY(-1px);box-shadow:0 4px 8px #2bbcff4d}.chat .chatBox .bottom button:active{transform:translateY(0)}.register{height:100%;display:flex}.register .formContainer{flex:3;height:100%;width:-moz-fit-content;width:fit-content;display:flex;align-items:center;justify-content:center;padding:30px 20px}.register .formContainer form{display:flex;flex-direction:column;gap:20px;background:#fff;padding:20px}@media (min-width: 1024px){.register .formContainer form{padding:60px}}@media (min-width: 739px) and (max-width: 1023px){.register .formContainer form{padding:40px}}@media (max-width: 738px){.register .formContainer form{padding:20px;width:100%}}.register .formContainer form input{padding:20px;border:1px solid gray;border-radius:5px}.register .formContainer form button{padding:20px;border-radius:5px;border:none;background-color:teal;color:#fff;font-weight:700;cursor:pointer}.register .formContainer form button:disabled{background-color:#bed9d8;cursor:not-allowed}.register .formContainer form .error{color:red;font-size:18px}.register .formContainer form .loading{color:#000;font-size:18px}.register .formContainer form span{color:#ff000097}.register .formContainer form a{font-size:14px;color:gray;border-bottom:1px solid gray;width:-moz-max-content;width:max-content}.register .imgContainer{flex:2;background-color:#fcf5f3;display:flex;align-items:center;justify-content:center}.register .imgContainer img{width:100%}.login{height:100%;display:flex}.login .formContainer{flex:3;height:100%;width:-moz-fit-content;width:fit-content;display:flex;align-items:center;justify-content:center;padding:20px}.login .formContainer form{display:flex;flex-direction:column;gap:20px;background:#fff;padding:20px}@media (min-width: 1024px){.login .formContainer form{padding:60px}}@media (min-width: 739px) and (max-width: 1023px){.login .formContainer form{padding:40px}}@media (max-width: 738px){.login .formContainer form{padding:20px;width:100%}}.login .formContainer form input{padding:20px;border:1px solid gray;border-radius:5px;width:100%}.login .formContainer form button{padding:20px;border-radius:5px;border:none;background-color:teal;color:#fff;font-weight:700;cursor:pointer}.login .formContainer form button:disabled{background-color:#bed9d8;cursor:not-allowed}.login .formContainer form .error{color:red;font-size:18px}.login .formContainer form .loading{color:#000;font-size:18px}.login .formContainer form span{color:#ff000097}.login .formContainer form a{font-size:14px;color:gray;border-bottom:1px solid gray;width:-moz-max-content;width:max-content}.login .imgContainer{flex:2;background-color:#fcf5f3;display:flex;align-items:center;justify-content:center}.login .imgContainer img{width:100%}
