@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--deep-blue:#0a192f;--deep-blue-light:#112240;--emerald-green:#10b981;--emerald-green-dark:#059669;--emerald-green-light:#34d399;--text-primary:#333;--text-secondary:#666;--text-light:#f3f4f6;--bg-primary:#fff;--bg-secondary:#f8fafc;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--shadow-hover:0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;--transition:all .3s ease;--nav-height:80px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--text-primary);background-color:var(--bg-primary);font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style-type:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}h1,h2,h3,h4,h5,h6{color:var(--deep-blue);margin-bottom:1rem;font-weight:700;line-height:1.2}h2{text-align:center;margin-bottom:3rem;font-size:2.5rem;position:relative}.btn{cursor:pointer;transition:var(--transition);border:none;border-radius:9999px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--deep-blue), var(--emerald-green));color:#fff;box-shadow:var(--shadow-md);transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.btn-primary:hover{box-shadow:var(--shadow-lg);background:linear-gradient(135deg, var(--emerald-green), var(--deep-blue));transform:translateY(-2px)}.btn-outline{color:var(--deep-blue);border:2px solid var(--deep-blue);background:0 0}.btn-outline:hover{background:var(--deep-blue);color:#fff}section{padding:5rem 0}.section-bg-alt{background-color:var(--bg-secondary)}.reveal{opacity:0;visibility:hidden;transition:opacity .4s ease-out,visibility .4s ease-out}.reveal.is-visible{opacity:1;visibility:visible}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up.is-visible{animation:.8s cubic-bezier(.175,.885,.32,1.275) forwards fadeInUp}@keyframes zoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.animate-zoom-in.is-visible{animation:.8s cubic-bezier(.175,.885,.32,1.275) forwards zoomIn}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.animate-slide-in-left.is-visible{animation:.8s cubic-bezier(.175,.885,.32,1) forwards slideInLeft}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.animate-slide-in-right.is-visible{animation:.8s cubic-bezier(.175,.885,.32,1) forwards slideInRight}@keyframes pulse-soft{0%{box-shadow:0 0 #10b98166}70%{box-shadow:0 0 0 15px #10b98100}to{box-shadow:0 0 #10b98100}}.btn-primary:hover{box-shadow:var(--shadow-hover);background:linear-gradient(135deg, var(--emerald-green), var(--deep-blue));animation:1.5s infinite pulse-soft;transform:translateY(-3px)scale(1.02)}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}@media (width<=768px){h2{font-size:2rem}section{padding:4rem 0}.container{padding:0 1.5rem}}.app{max-width:100vw;overflow-x:hidden}.float-wa{z-index:999;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;text-decoration:none;animation:2.5s infinite wa-pulse;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 20px #25d36673}.float-wa svg{width:28px;height:28px}@keyframes wa-pulse{0%{box-shadow:0 0 #25d36666}70%{box-shadow:0 0 0 12px #25d36600}to{box-shadow:0 0 #25d36600}}.navbar{width:100%;height:var(--nav-height);z-index:1000;transition:var(--transition);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#0a192ff2;border-bottom:1px solid #ffffff0d;align-items:center;display:flex;position:fixed;top:0;left:0}.navbar.scrolled{box-shadow:var(--shadow-sm);background-color:#fffffff2;border-bottom:none}.navbar:not(.scrolled) .nav-link,.navbar:not(.scrolled) .brand-name,.navbar:not(.scrolled) .mobile-toggle{color:#fff}.navbar.scrolled .nav-link,.navbar.scrolled .brand-name,.navbar.scrolled .mobile-toggle{color:var(--deep-blue)}.navbar:not(.scrolled) .nav-btn{color:#fff;border-color:#fff}.navbar:not(.scrolled) .nav-btn:hover{color:var(--deep-blue);background-color:#fff}.nav-container{justify-content:space-between;align-items:center;height:100%;display:flex}.logo{z-index:1001;align-items:center;gap:.75rem;display:flex}.logo-img{border-radius:4px;width:auto;height:40px}.brand-name{letter-spacing:-.5px;transition:var(--transition);font-size:1.5rem;font-weight:800}.desktop-menu{align-items:center;gap:2rem;display:flex}.nav-links{gap:1.5rem;display:flex}.nav-link{transition:var(--transition);font-size:.95rem;font-weight:500;position:relative}.nav-link:after{content:"";background:linear-gradient(90deg, var(--deep-blue), var(--emerald-green));width:0;height:2px;transition:var(--transition);position:absolute;bottom:-4px;left:0}.nav-link:hover:after{width:100%}.mobile-toggle{cursor:pointer;z-index:1001;transition:var(--transition);background:0 0;border:none;display:none}.mobile-menu{background-color:var(--bg-primary);z-index:999;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;transition:transform .4s cubic-bezier(.77,0,.175,1);display:flex;position:fixed;top:0;left:0;transform:translateY(-100%)}.mobile-menu.open{transform:translateY(0)}.mobile-nav-links{text-align:center;flex-direction:column;gap:2rem;display:flex}.mobile-nav-link{color:var(--deep-blue);font-size:1.5rem;font-weight:600}@media (width<=992px){.desktop-menu{display:none}.mobile-toggle{display:block}:is(.navbar:not(.scrolled):has(.mobile-menu.open) .brand-name,.navbar:not(.scrolled):has(.mobile-menu.open) .mobile-toggle){color:var(--deep-blue)}}.lang-switcher{color:#fff;cursor:pointer;transition:var(--transition);background:0 0;border:1px solid #ffffff80;border-radius:20px;align-items:center;gap:.5rem;padding:.4rem .8rem;font-size:.85rem;font-weight:600;display:flex}.navbar.scrolled .lang-switcher{color:var(--deep-blue);border-color:#0a192f33}.lang-switcher:hover{background:#ffffff1a}.navbar.scrolled .lang-switcher:hover{background:#0a192f0d}.active-lang{color:var(--emerald-green)}.lang-switcher-mobile{border:1px solid var(--deep-blue);color:var(--deep-blue);cursor:pointer;background:0 0;border-radius:20px;align-items:center;gap:.5rem;margin:0 auto;padding:.5rem 1rem;font-size:1rem;font-weight:600;display:flex}.nav-auth{align-items:center;gap:.5rem;display:flex}.nav-user-btn{cursor:pointer;color:#10b981;background:#10b98126;border:1px solid #10b981;border-radius:20px;align-items:center;gap:.5rem;padding:.4rem .75rem;font-size:.875rem;font-weight:600;display:flex}.nav-avatar{color:#fff;background:#10b981;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.875rem;font-weight:700;display:flex}.nav-username{font-size:.875rem}.nav-admin-btn{padding:.5rem .75rem;font-size:.8rem}.hero{min-height:100vh;padding-top:var(--nav-height);background-image:url(https://images.unsplash.com/photo-1600596542815-ffad4c1539a9?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80);background-position:50%;background-size:cover;justify-content:center;align-items:center;padding-bottom:3rem;display:flex;position:relative;overflow:hidden}.hero-overlay{z-index:1;background:linear-gradient(135deg,#0a192fd9 0%,#10b98166 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:10;text-align:center;color:#fff;max-width:800px;padding:2rem 0;position:relative}.hero-title{letter-spacing:-2px;color:#fff;text-shadow:0 4px 10px #0000004d;margin-bottom:.5rem;font-size:5rem;font-weight:800}.hero-subtitle{color:var(--text-light);text-shadow:0 2px 5px #0003;margin-bottom:1.5rem;font-size:2rem;font-weight:500}.hero-desc{color:#ffffffe6;max-width:600px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.15rem;line-height:1.8}.hero-actions-wrapper{justify-content:center;display:flex}.hero-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;display:flex}.hero-actions .btn{width:auto}div.hero-actions{justify-content:center!important;align-items:center!important;gap:1.5rem!important;display:flex!important}.hero-btn{padding:1rem 2rem;font-size:1.1rem}.hero-btn-outline{color:#fff;border-color:#fff;padding:1rem 2rem;font-size:1.1rem}.hero-btn-outline:hover{color:var(--deep-blue);background:#fff}.hero-language-switcher{justify-content:center;margin-bottom:2rem;display:flex}.lang-switcher-hero{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#fff;cursor:pointer;transition:var(--transition);box-shadow:var(--shadow-sm);background:#ffffff1a;border:1px solid #ffffff80;border-radius:20px;align-items:center;gap:.75rem;padding:.5rem 1.25rem;font-size:.95rem;font-weight:600;display:flex}.lang-switcher-hero:hover{background:#fff3;border-color:#fff;transform:translateY(-2px)}.active-lang{color:var(--emerald-green-light);font-weight:800}.hero-badge-bottom{justify-content:center;margin-top:3rem;margin-bottom:2rem;display:flex}.hero-badge{color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);text-shadow:0 1px 2px #0003;background:#10b98126;border:1px solid #10b98166;border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;display:inline-flex;box-shadow:0 4px 10px #0000001a}.badge-pulse{background-color:var(--emerald-green-light);border-radius:50%;width:8px;height:8px;animation:2s infinite pulsing-dot;display:block;box-shadow:0 0 #34d399b3}@keyframes pulsing-dot{0%{transform:scale(.95);box-shadow:0 0 #34d399b3}70%{transform:scale(1);box-shadow:0 0 0 6px #34d39900}to{transform:scale(.95);box-shadow:0 0 #34d39900}}.shape{background:linear-gradient(135deg, var(--emerald-green), var(--deep-blue));filter:blur(60px);opacity:.4;z-index:2;border-radius:50%;animation:10s ease-in-out infinite float;position:absolute}.shape-1{width:300px;height:300px;animation-delay:0s;top:10%;left:10%}.shape-2{background:linear-gradient(135deg, var(--deep-blue), var(--emerald-green-light));width:400px;height:400px;animation-delay:2s;bottom:-10%;right:5%}.shape-3{width:200px;height:200px;animation-delay:4s;top:40%;left:40%}@keyframes float{0%{transform:translateY(0)scale(1)}50%{transform:translateY(-30px)scale(1.05)}to{transform:translateY(0)scale(1)}}@media (width<=768px){.hero{padding-top:calc(var(--nav-height) + 2rem);height:auto}.hero-title{font-size:3rem}.hero-subtitle{font-size:1.25rem}.hero-desc{font-size:1rem}.hero-actions{flex-direction:column;width:100%;max-width:300px;margin:0 auto}.hero-btn,.hero-btn-outline{width:100%!important}.shape-1,.shape-2,.shape-3{display:none}}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.text-emerald{color:var(--emerald-green)}.about-content h3{color:var(--deep-blue);margin-bottom:1.5rem;font-size:2rem}.about-content p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.1rem}.mt-4{margin-top:1rem}.about-features{grid-template-columns:1fr;gap:1.5rem;display:grid}.feature-card{background-color:var(--bg-primary);box-shadow:var(--shadow-sm);transition:var(--transition);border:1px solid #00000008;border-radius:12px;gap:1.5rem;padding:1.5rem;display:flex}.feature-card:hover{box-shadow:var(--shadow-md);border-color:var(--emerald-green-light);transform:translate(10px)}.feature-icon{color:var(--emerald-green);width:60px;height:60px;transition:var(--transition);background:linear-gradient(135deg,#0a192f0d,#10b98126);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.feature-card:hover .feature-icon{background:linear-gradient(135deg, var(--deep-blue), var(--emerald-green));color:#fff}.feature-text h4{color:var(--deep-blue);margin-bottom:.5rem;font-size:1.25rem}.feature-text p{color:var(--text-secondary);margin-bottom:0;font-size:.95rem}@media (width<=992px){.about-grid{grid-template-columns:1fr;gap:3rem}}.services{background-color:var(--bg-primary)}.services-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2.5rem;margin-top:3rem;display:grid}.service-card{background-color:var(--bg-primary);box-shadow:var(--shadow-sm);cursor:pointer;border:1px solid #0000000d;border-radius:16px;flex-direction:column;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;overflow:hidden}.service-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-12px)}.service-image-container{height:220px;position:relative;overflow:hidden}.service-image{object-fit:cover;width:100%;height:100%;transition:transform .6s}.service-card:hover .service-image{transform:scale(1.1)}.service-icon-wrapper{background:linear-gradient(135deg, var(--deep-blue), var(--emerald-green));color:#fff;width:60px;height:60px;box-shadow:var(--shadow-md);z-index:2;transition:var(--transition);border-radius:12px;justify-content:center;align-items:center;display:flex;position:absolute;bottom:-25px;right:25px}.service-card:hover .service-icon-wrapper,.service-card:hover .service-icon-wrapper>*{transform:rotateY(180deg)}.service-content{flex-direction:column;flex-grow:1;padding:2.5rem 1.75rem 1.75rem;display:flex}.service-content h3{color:var(--deep-blue);transition:var(--transition);margin-bottom:1rem;font-size:1.4rem}.service-card:hover .service-content h3{color:var(--emerald-green)}.service-content p{color:var(--text-secondary);flex-grow:1;margin-bottom:1.5rem;font-size:.95rem}.service-btn{color:var(--deep-blue);cursor:pointer;transition:var(--transition);background:0 0;border:none;align-self:flex-start;padding:.25rem 0;font-size:.95rem;font-weight:600;position:relative}.service-btn:after{content:"→";margin-left:8px;transition:transform .3s}.service-card:hover .service-btn{color:var(--emerald-green)}.service-card:hover .service-btn:after{transform:translate(5px)}.experience{position:relative;overflow:hidden}.experience:before{content:"";opacity:.05;z-index:0;background:url(https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80) 50%/cover;width:100%;height:100%;position:absolute;top:0;left:0}.experience .container{z-index:10;position:relative}.experience-header{text-align:center;max-width:700px;margin:0 auto 4rem}.mb-2{margin-bottom:1rem}.experience-subtitle{color:var(--text-secondary);font-size:1.15rem}.experience-stats{box-shadow:var(--shadow-lg);background:#fff;border-radius:20px;flex-wrap:wrap;justify-content:space-around;gap:2rem;padding:3rem 2rem;display:flex;position:relative}.experience-stats:after{content:"";background:linear-gradient(90deg, var(--deep-blue), var(--emerald-green));border-radius:0 0 20px 20px;width:80%;height:4px;position:absolute;bottom:0;left:10%}.counter-item{text-align:center;flex:1;min-width:200px}.counter-number{color:var(--deep-blue);background:linear-gradient(135deg, var(--deep-blue), var(--emerald-green));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:3.5rem;font-weight:800;line-height:1;display:inline-block}.counter-number span{color:var(--emerald-green);-webkit-text-fill-color:var(--emerald-green)}.counter-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;font-size:1.1rem;font-weight:500}@media (width<=768px){.counter-number{font-size:2.5rem}}.trust{background-color:var(--bg-primary)}.trust-grid{grid-template-columns:1fr 1.2fr;align-items:center;gap:4rem;display:grid}.trust-image-wrapper{box-shadow:var(--shadow-lg);border-radius:20px;position:relative;overflow:hidden}.trust-image{object-fit:cover;border-radius:20px;width:100%;height:500px;display:block}.trust-badge{background:linear-gradient(135deg, var(--emerald-green), var(--deep-blue));color:#fff;opacity:0;border-radius:12px 0 0 12px;align-items:center;gap:1rem;padding:1.5rem 2.5rem 1.5rem 1.5rem;font-size:1.2rem;font-weight:700;animation:1s cubic-bezier(.175,.885,.32,1.275) .5s forwards slideIn;display:flex;position:absolute;bottom:30px;right:-20px;transform:translate(50px);box-shadow:0 10px 25px #10b98166}@keyframes slideIn{to{opacity:1;transform:translate(0)}}.trust-features{flex-direction:column;gap:1.5rem;display:flex}.trust-feature-card{background-color:var(--bg-primary);transition:var(--transition);box-shadow:var(--shadow-sm);cursor:pointer;border-left:4px solid #0000;border-radius:12px;align-items:flex-start;gap:1.25rem;padding:1.5rem;display:flex}.trust-feature-card:hover{background-color:var(--bg-secondary);border-left-color:var(--emerald-green);box-shadow:var(--shadow-md);transform:translate(10px)}.trust-icon{color:var(--deep-blue);transition:var(--transition);background-color:#0a192f0d;border-radius:50%;justify-content:center;align-items:center;padding:1rem;display:flex}.trust-feature-card:hover .trust-icon{background-color:var(--emerald-green);color:#fff;transform:rotate(360deg)}.trust-content h4{color:var(--deep-blue);transition:var(--transition);margin-bottom:.25rem;font-size:1.2rem}.trust-feature-card:hover .trust-content h4{color:var(--emerald-green)}.trust-content p{color:var(--text-secondary);margin:0;font-size:.95rem;line-height:1.5}@media (width<=992px){.trust-grid{grid-template-columns:1fr;gap:3rem}.trust-image{min-height:350px}}.contact-grid{grid-template-columns:1fr 1fr;gap:4rem;display:grid}.contact-info h3,.contact-form-wrapper h3{color:var(--deep-blue);margin-bottom:1.5rem;font-size:1.8rem}.contact-details{flex-direction:column;gap:1.5rem;margin-top:2rem;display:flex}.contact-detail-item{align-items:flex-start;gap:1.25rem;display:flex}.detail-icon{background:linear-gradient(135deg, var(--deep-blue), var(--emerald-green));color:#fff;width:50px;height:50px;box-shadow:var(--shadow-md);transition:var(--transition);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-detail-item:hover .detail-icon{box-shadow:var(--shadow-lg);transform:scale(1.1)}.contact-detail-item h4{color:var(--deep-blue);margin-bottom:.25rem;font-size:1.1rem}.contact-detail-item p{color:var(--text-secondary);margin:0;font-size:.95rem}.map-placeholder{background-color:var(--bg-primary);border:1px dashed #0000001a;border-radius:12px;justify-content:center;align-items:center;width:100%;height:200px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 2px 4px #0000000d}.map-inner{text-align:center;flex-direction:column;align-items:center;display:flex}.contact-form-wrapper{background:var(--bg-primary);box-shadow:var(--shadow-lg);border-radius:20px;padding:3rem}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.input-group{width:100%;position:relative}.input-group input,.input-group textarea{width:100%;color:var(--text-primary);background:0 0;border:2px solid #e5e7eb;border-radius:10px;outline:none;padding:1rem 1.25rem;font-family:inherit;font-size:1rem;transition:all .3s}.input-group input:focus,.input-group textarea:focus{border-color:var(--emerald-green);box-shadow:0 0 0 4px #10b9811a}.input-group label{color:var(--text-secondary);pointer-events:none;background-color:var(--bg-primary);padding:0 .25rem;font-size:1rem;transition:all .3s;position:absolute;top:1rem;left:1.25rem}.input-group input:focus~label,.input-group input:not(:placeholder-shown)~label,.input-group textarea:focus~label,.input-group textarea:not(:placeholder-shown)~label{color:var(--emerald-green);font-size:.85rem;font-weight:500;top:-.65rem;left:1rem}.submit-btn{width:100%;margin-top:1rem;padding:1.25rem;font-size:1.1rem}@media (width<=992px){.contact-grid{grid-template-columns:1fr;gap:3rem}.contact-form-wrapper{padding:2rem}}.contact-success{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem 1rem;display:flex}.contact-success span{font-size:3rem}.contact-success p{color:var(--emerald-green);font-size:1.1rem;font-weight:600}.contact-error{color:#ef4444;margin-bottom:.5rem;font-size:.9rem}.terms{background-color:var(--bg-primary)}.terms-header{text-align:center;max-width:600px;margin:0 auto 3rem}.terms-subtitle{color:var(--text-secondary);font-size:1.1rem}.terms-accordion{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex}.accordion-item{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;transition:all .3s;overflow:hidden}.accordion-item.open{border-color:var(--emerald-green);box-shadow:var(--shadow-md)}.accordion-header{width:100%;color:var(--deep-blue);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;font-size:1.1rem;font-weight:600;transition:all .2s;display:flex}.accordion-header:hover{color:var(--emerald-green)}.accordion-content{background-color:var(--bg-secondary);max-height:0;transition:max-height .4s cubic-bezier(.175,.885,.32,1);overflow:hidden}.accordion-item.open .accordion-content{max-height:500px}.accordion-content p{color:var(--text-secondary);border-top:1px solid #0000;margin:0;padding:0 1.5rem 1.5rem;line-height:1.7}.footer{background-color:var(--deep-blue);color:var(--text-light);padding-top:5rem;position:relative}.footer-grid{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:4rem;display:grid}.footer-logo{align-items:center;gap:10px;margin-bottom:1.5rem;display:flex}.footer-logo img{background-color:#fff;border-radius:4px;height:40px}.footer-logo span{color:#fff;letter-spacing:-.5px;font-size:1.8rem;font-weight:800}.footer-desc{color:#ffffffb3;max-width:300px;margin-bottom:2rem;line-height:1.7}.social-links{gap:1rem;display:flex}.social-icon{color:#fff;width:40px;height:40px;transition:var(--transition);background-color:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex}.social-icon:hover{background-color:var(--emerald-green);transform:translateY(-3px);box-shadow:0 5px 15px #10b98166}.footer-links h3,.footer-contact h3{color:#fff;margin-bottom:1.5rem;font-size:1.25rem;display:inline-block;position:relative}.footer-links h3:after,.footer-contact h3:after{content:"";background-color:var(--emerald-green);width:20px;height:2px;position:absolute;bottom:-5px;left:0}.footer-links ul{flex-direction:column;gap:.8rem;display:flex}.footer-links a{color:#ffffffb3;transition:var(--transition)}.footer-links a:hover{color:var(--emerald-green);padding-left:5px}.footer-contact p{color:#ffffffb3;margin-bottom:.8rem}.footer-bottom{background-color:var(--deep-blue-light);border-top:1px solid #ffffff1a;padding:1.5rem 0}.footer-bottom-inner{justify-content:space-between;align-items:center;display:flex}.footer-bottom-inner p{color:#fff9;font-size:.9rem}.scroll-top-btn{background-color:var(--emerald-green);color:#fff;cursor:pointer;width:40px;height:40px;transition:var(--transition);border:none;border-radius:8px;justify-content:center;align-items:center;display:flex}.scroll-top-btn:hover{background-color:var(--emerald-green-dark);transform:translateY(-3px)}@media (width<=992px){.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=768px){.footer-grid{grid-template-columns:1fr}.footer-bottom-inner{text-align:center;flex-direction:column;gap:1rem}}.admin-login-overlay{z-index:1000;background:linear-gradient(135deg,#2fc26e,#1f5f8b);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.admin-login-modal{background:#fff;border-radius:12px;width:90%;max-width:400px;padding:2rem;position:relative;box-shadow:0 20px 40px #0003}.admin-login-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.admin-login-header h2{color:#2fc26e;margin:0;font-size:1.5rem}.close-btn{cursor:pointer;color:#666;background:0 0;border:none;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:1.5rem;display:flex}.close-btn:hover{color:#333}.admin-login-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#333;font-size:.9rem;font-weight:600}.input-wrapper{align-items:center;display:flex;position:relative}.input-wrapper input{border:2px solid #e1e5e9;border-radius:8px;width:100%;padding:12px 16px 12px 45px;font-size:1rem;transition:border-color .3s}.input-wrapper input:focus{border-color:#2fc26e;outline:none}.input-icon{color:#666;z-index:1;position:absolute;left:15px}.password-toggle{cursor:pointer;color:#666;background:0 0;border:none;align-items:center;padding:0;display:flex;position:absolute;right:15px}.password-toggle:hover{color:#333}.error-message{color:#c33;text-align:center;background:#fee;border-radius:6px;padding:12px;font-size:.9rem}.login-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2fc26e,#1f5f8b);border:none;border-radius:8px;padding:14px;font-size:1rem;font-weight:600;transition:transform .2s}.login-btn:hover:not(:disabled){transform:translateY(-2px)}.login-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}@media (width<=480px){.admin-login-modal{margin:1rem;padding:1.5rem}}.input-icon.material-icons{font-size:20px}.password-toggle .material-icons{align-items:center;font-size:20px;display:flex}.ap-root{background:#f0f4f8;min-height:100vh;font-family:Inter,sans-serif;display:flex}.ap-sidebar{z-index:100;background:linear-gradient(#1a3a5c 0%,#1f5f8b 55%,#2fc26e 100%);flex-direction:column;width:260px;min-width:260px;height:100vh;display:flex;position:fixed;top:0;left:0;overflow-y:auto;box-shadow:4px 0 24px #0000002e}.ap-sidebar-logo{border-bottom:1px solid #ffffff26;align-items:center;gap:12px;padding:28px 24px 24px;display:flex}.ap-logo-icon{color:gold;font-size:2.2rem!important}.ap-logo-title{color:#fff;letter-spacing:1.5px;font-size:1.1rem;font-weight:800;line-height:1.2}.ap-logo-sub{color:#fff9;font-size:.75rem;font-weight:400}.ap-nav{flex-direction:column;flex:1;gap:2px;padding:16px 0;display:flex}.ap-nav-item{color:#ffffffbf;cursor:pointer;text-align:left;background:0 0;border:none;border-left:3px solid #0000;align-items:center;gap:14px;width:100%;padding:13px 24px;font-family:Inter,sans-serif;font-size:.92rem;font-weight:500;transition:all .25s;display:flex}.ap-nav-item .material-icons{flex-shrink:0;font-size:1.3rem}.ap-nav-label{flex:1}.ap-nav-item:hover{color:#fff;background:#ffffff1a;border-left-color:#fff6}.ap-nav-item.active{color:#fff;background:#ffffff2e;border-left-color:gold;font-weight:600}.ap-nav-item.active .material-icons{color:gold}.ap-nav-badge{color:#fff;text-align:center;background:#ff4757;border-radius:10px;min-width:20px;padding:2px 7px;font-size:.72rem;font-weight:700}.ap-sidebar-footer{border-top:1px solid #ffffff26;padding:20px 16px}.ap-logout-btn{color:#ffffffd9;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:10px;align-items:center;gap:12px;width:100%;padding:12px 16px;font-family:Inter,sans-serif;font-size:.92rem;font-weight:500;transition:all .25s;display:flex}.ap-logout-btn:hover{color:#fff;background:#fff3}.ap-main{background:#f0f4f8;flex:1;min-height:100vh;margin-left:260px}.ap-content{max-width:1300px;padding:32px}.ap-page-title{margin-bottom:28px}.ap-page-title h1{color:#1a202c;margin:0 0 6px;font-size:2rem;font-weight:800}.ap-page-title p{color:#718096;margin:0;font-size:.95rem}.ap-page-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.ap-page-header h1{color:#1a202c;margin:0;font-size:1.75rem;font-weight:700}.ap-section-title{color:#1a202c;align-items:center;gap:10px;margin:0 0 20px;font-size:1.1rem;font-weight:700;display:flex}.ap-section-title:before{content:"";background:linear-gradient(#2fc26e,#1f5f8b);border-radius:2px;width:4px;height:20px;display:block}.ap-card{background:#fff;border-radius:16px;margin-bottom:24px;padding:28px;box-shadow:0 2px 16px #00000012}.ap-stats-grid{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:28px;display:grid}.ap-stat-card{background:#fff;border-top:4px solid #0000;border-radius:16px;align-items:center;gap:18px;padding:24px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 2px 16px #00000012}.ap-stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px #0000001f}.ap-stat-card.ap-stat-blue{border-top-color:#4299e1}.ap-stat-card.ap-stat-green{border-top-color:#2fc26e}.ap-stat-card.ap-stat-orange{border-top-color:#ed8936}.ap-stat-card.ap-stat-purple{border-top-color:#9f7aea}.ap-stat-icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.ap-stat-card.ap-stat-blue .ap-stat-icon{background:#ebf8ff}.ap-stat-card.ap-stat-green .ap-stat-icon{background:#f0fff4}.ap-stat-card.ap-stat-orange .ap-stat-icon{background:#fffaf0}.ap-stat-card.ap-stat-purple .ap-stat-icon{background:#faf5ff}.ap-stat-card.ap-stat-blue .ap-stat-icon .material-icons{color:#4299e1}.ap-stat-card.ap-stat-green .ap-stat-icon .material-icons{color:#2fc26e}.ap-stat-card.ap-stat-orange .ap-stat-icon .material-icons{color:#ed8936}.ap-stat-card.ap-stat-purple .ap-stat-icon .material-icons{color:#9f7aea}.ap-stat-icon .material-icons{font-size:1.6rem}.ap-stat-info h3{color:#1a202c;margin:0 0 4px;font-size:2rem;font-weight:800;line-height:1}.ap-stat-info p{color:#718096;margin:0;font-size:.88rem;font-weight:500}.ap-activity-list{flex-direction:column;gap:12px;display:flex}.ap-activity-item{background:#f7fafc;border-radius:12px;align-items:center;gap:16px;padding:14px 16px;transition:background .2s;display:flex}.ap-activity-item:hover{background:#edf2f7}.ap-activity-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.ap-activity-icon.green{background:#f0fff4}.ap-activity-icon.green .material-icons{color:#2fc26e;font-size:1.2rem}.ap-activity-icon.blue{background:#ebf8ff}.ap-activity-icon.blue .material-icons{color:#4299e1;font-size:1.2rem}.ap-activity-info p{color:#2d3748;margin:0 0 4px;font-size:.92rem}.ap-activity-info span{color:#a0aec0;font-size:.8rem}.ap-table-wrap{padding:0;overflow-x:auto}.ap-table{border-collapse:collapse;width:100%;font-size:.9rem}.ap-table thead{background:linear-gradient(135deg,#1f5f8b,#2fc26e)}.ap-table th{text-align:left;color:#fff;letter-spacing:.5px;text-transform:uppercase;white-space:nowrap;padding:14px 16px;font-size:.82rem;font-weight:600}.ap-table td{color:#2d3748;vertical-align:middle;border-bottom:1px solid #f0f4f8;padding:14px 16px}.ap-table tbody tr:hover td{background:#f7fafc}.ap-table tbody tr:last-child td{border-bottom:none}.ap-id-badge{color:#4a5568;background:#edf2f7;border-radius:6px;padding:4px 10px;font-family:monospace;font-size:.8rem;font-weight:600}.ap-badge{text-transform:capitalize;border-radius:20px;padding:4px 12px;font-size:.78rem;font-weight:600;display:inline-block}.ap-badge-active{color:#276749;background:#f0fff4;border:1px solid #9ae6b4}.ap-badge-pending{color:#c05621;background:#fffaf0;border:1px solid #fbd38d}.ap-badge-rejected{color:#c53030;background:#fff5f5;border:1px solid #feb2b2}.ap-badge-approved{color:#276749;background:#f0fff4;border:1px solid #9ae6b4}.ap-btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2fc26e,#1f5f8b);border:none;border-radius:10px;align-items:center;gap:8px;padding:10px 20px;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 4px 14px #2fc26e59}.ap-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2fc26e73}.ap-btn-primary .material-icons{font-size:1.1rem}.ap-btn-secondary{color:#4a5568;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:8px;padding:10px 20px;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;transition:all .2s;display:inline-flex}.ap-btn-secondary:hover{background:#f7fafc}.ap-btn-approve{color:#276749;cursor:pointer;background:#f0fff4;border:1px solid #9ae6b4;border-radius:8px;padding:6px 14px;font-family:Inter,sans-serif;font-size:.82rem;font-weight:600;transition:all .2s}.ap-btn-approve:hover{background:#c6f6d5;transform:translateY(-1px)}.ap-btn-reject{color:#c53030;cursor:pointer;background:#fff5f5;border:1px solid #feb2b2;border-radius:8px;padding:6px 14px;font-family:Inter,sans-serif;font-size:.82rem;font-weight:600;transition:all .2s}.ap-btn-reject:hover{background:#fed7d7;transform:translateY(-1px)}.ap-btn-view{color:#2b6cb0;cursor:pointer;background:#ebf8ff;border:1px solid #bee3f8;border-radius:8px;padding:6px 14px;font-family:Inter,sans-serif;font-size:.82rem;font-weight:600;transition:all .2s}.ap-btn-view:hover{background:#bee3f8;transform:translateY(-1px)}.ap-btn-back{color:#4a5568;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:8px;padding:8px 16px;font-family:Inter,sans-serif;font-size:.88rem;font-weight:500;transition:all .2s;display:inline-flex}.ap-btn-back:hover{background:#f7fafc;transform:translate(-3px)}.ap-actions{align-items:center;gap:8px;display:flex}.ap-name-btn{color:#2b6cb0;cursor:pointer;background:0 0;border:none;padding:0;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;-webkit-text-decoration:underline #0000;text-decoration:underline #0000;transition:all .2s}.ap-name-btn:hover{color:#1f5f8b;text-decoration-color:#1f5f8b}.ap-broker-hero{border-bottom:1px solid #f0f4f8;align-items:center;gap:24px;margin-bottom:24px;padding-bottom:24px;display:flex}.ap-broker-avatar{object-fit:cover;border:3px solid #e2e8f0;border-radius:16px;flex-shrink:0;width:100px;height:100px}.ap-broker-hero h2{color:#1a202c;margin:0 0 6px;font-size:1.6rem;font-weight:700}.ap-broker-sub{color:#718096;margin:0 0 12px;font-size:.9rem}.ap-details-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.ap-detail-section{background:#f7fafc;border-radius:12px;padding:20px}.ap-detail-section h3{color:#2d3748;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #e2e8f0;margin:0 0 16px;padding-bottom:10px;font-size:.85rem;font-weight:700}.ap-detail-row{border-bottom:1px solid #edf2f7;justify-content:space-between;align-items:flex-start;gap:12px;padding:8px 0;display:flex}.ap-detail-row:last-child{border-bottom:none}.ap-detail-label{color:#718096;flex-shrink:0;font-size:.82rem;font-weight:500}.ap-detail-value{color:#2d3748;text-align:right;font-size:.88rem;font-weight:600}.ap-tabs{background:#fff;border-radius:12px;gap:8px;width:fit-content;margin-bottom:20px;padding:6px;display:flex;box-shadow:0 2px 8px #0000000f}.ap-tab{color:#718096;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;transition:all .2s;display:inline-flex}.ap-tab .material-icons{font-size:1.1rem}.ap-tab:hover{color:#2d3748;background:#f7fafc}.ap-tab.active{color:#fff;background:linear-gradient(135deg,#2fc26e,#1f5f8b);box-shadow:0 4px 12px #2fc26e4d}.ap-tab-count{background:#ffffff4d;border-radius:10px;padding:1px 7px;font-size:.78rem;font-weight:700}.ap-tab:not(.active) .ap-tab-count{color:#4a5568;background:#edf2f7}.ap-form-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.ap-form-group{flex-direction:column;gap:6px;display:flex}.ap-full-width{grid-column:1/-1}.ap-form-group label{color:#4a5568;font-size:.85rem;font-weight:600}.ap-input{color:#2d3748;box-sizing:border-box;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;outline:none;width:100%;padding:10px 14px;font-family:Inter,sans-serif;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.ap-input:focus{border-color:#2fc26e;box-shadow:0 0 0 3px #2fc26e1f}.ap-textarea{resize:vertical;min-height:120px}.ap-checkbox-group{flex-wrap:wrap;gap:12px;display:flex}.ap-checkbox-group label{color:#4a5568;cursor:pointer;background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:8px;padding:8px 14px;font-size:.88rem;font-weight:400;transition:all .2s;display:flex}.ap-checkbox-group label:hover{background:#edf2f7}.ap-checkbox-group input[type=checkbox]{accent-color:#2fc26e;width:16px;height:16px}.ap-form-footer{border-top:1px solid #f0f4f8;justify-content:flex-end;margin-top:8px;padding-top:20px;display:flex}.ap-image-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;display:grid}.ap-image-card{background:#fff;border-radius:16px;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 2px 16px #00000012}.ap-image-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px #0000001f}.ap-image-thumb{height:180px;position:relative;overflow:hidden}.ap-image-thumb img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.ap-image-card:hover .ap-image-thumb img{transform:scale(1.05)}.ap-image-overlay{opacity:0;background:#0006;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.ap-image-card:hover .ap-image-overlay{opacity:1}.ap-image-overlay .material-icons{color:#fff;font-size:2rem}.ap-image-body{padding:16px}.ap-image-body h4{color:#1a202c;margin:0 0 10px;font-size:1rem;font-weight:700}.ap-image-body p{color:#718096;align-items:center;gap:6px;margin:0 0 6px;font-size:.85rem;display:flex}.ap-image-body p .material-icons{color:#a0aec0;font-size:1rem}.ap-image-footer{background:#f7fafc;border-top:1px solid #f0f4f8;gap:8px;padding:12px 16px;display:flex}.ap-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0000008c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.ap-modal{background:#fff;border-radius:20px;width:100%;max-width:640px;max-height:90vh;animation:.3s modalIn;overflow-y:auto;box-shadow:0 24px 60px #0003}@keyframes modalIn{0%{opacity:0;transform:scale(.9)translateY(-20px)}to{opacity:1;transform:scale(1)translateY(0)}}.ap-modal-header{border-bottom:1px solid #f0f4f8;justify-content:space-between;align-items:center;padding:24px 28px 20px;display:flex}.ap-modal-header h2{color:#1a202c;align-items:center;gap:10px;margin:0;font-size:1.3rem;font-weight:700;display:flex}.ap-modal-header h2 .material-icons{color:#2fc26e}.ap-modal-close{cursor:pointer;color:#718096;background:#f7fafc;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.ap-modal-close:hover{color:#2d3748;background:#edf2f7}.ap-modal-body{padding:24px 28px}.ap-modal-footer{border-top:1px solid #f0f4f8;justify-content:flex-end;gap:12px;padding:20px 28px 24px;display:flex}@media (width<=1200px){.ap-stats-grid,.ap-details-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.ap-sidebar{width:220px;min-width:220px}.ap-main{margin-left:220px}.ap-content{padding:20px}}@media (width<=768px){.ap-sidebar{transform:translate(-100%)}.ap-main{margin-left:0}.ap-stats-grid{grid-template-columns:1fr 1fr}.ap-details-grid,.ap-form-grid{grid-template-columns:1fr}.ap-page-header{flex-direction:column;align-items:flex-start}}@media (width<=480px){.ap-stats-grid{grid-template-columns:1fr}.ap-content{padding:16px}}.ap-doc-item span:nth-child(2){color:#2d3748;flex:1;font-size:.9rem;font-weight:500}.ap-photo-thumb{aspect-ratio:4/3;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}.ap-photo-thumb img{object-fit:cover;width:100%;height:100%;transition:transform .2s}@media (width<=900px){.ap-prop-grid{grid-template-columns:1fr}.ap-prop-hero{flex-direction:column}.ap-prop-price-box{text-align:left}.ap-prop-info-grid{grid-template-columns:1fr}}.ap-prop-hero{background:#fff;border-radius:16px;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;padding:28px;display:flex;box-shadow:0 2px 16px #00000012}.ap-prop-hero-left{flex:1;align-items:flex-start;gap:20px;display:flex}.ap-prop-type-icon{background:linear-gradient(135deg,#2fc26e,#1f5f8b);border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.ap-prop-type-icon .material-icons{color:#fff;font-size:2rem}.ap-prop-hero-left h2{color:#1a202c;margin:0 0 8px;font-size:1.5rem;font-weight:700}.ap-prop-meta{color:#718096;align-items:center;gap:6px;margin:0 0 12px;font-size:.88rem;display:flex}.ap-prop-meta .material-icons{color:#2fc26e;font-size:1rem}.ap-prop-tags{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ap-type-chip{color:#2b6cb0;background:#ebf8ff;border:1px solid #bee3f8;border-radius:20px;padding:4px 12px;font-size:.78rem;font-weight:600;display:inline-block}.ap-chip-sub{color:#6b46c1;background:#faf5ff;border-color:#d6bcfa}.ap-chip-listing{color:#c05621;background:#fffaf0;border-color:#fbd38d}.ap-prop-price-box{text-align:right;flex-shrink:0}.ap-prop-price{color:#2fc26e;margin-bottom:4px;font-size:2rem;font-weight:800;line-height:1}.ap-prop-price-label{color:#718096;font-size:.82rem;font-weight:500}.ap-prop-deposit{color:#4a5568;background:#f7fafc;border-radius:8px;margin-top:6px;padding:4px 10px;font-size:.85rem;font-weight:600}.ap-prop-grid{grid-template-columns:1fr 1fr;gap:24px;margin-bottom:0;display:grid}.ap-prop-info-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.ap-prop-info-item{background:#f7fafc;border-radius:10px;align-items:flex-start;gap:10px;padding:12px;display:flex}.ap-prop-info-icon{color:#2fc26e;flex-shrink:0;margin-top:2px;font-size:1.2rem!important}.ap-prop-info-label{color:#718096;text-transform:uppercase;letter-spacing:.3px;margin-bottom:3px;font-size:.75rem;font-weight:500}.ap-prop-info-value{color:#1a202c;font-size:.9rem;font-weight:600}.ap-prop-description{color:#4a5568;margin:0;font-size:.95rem;line-height:1.7}.ap-doc-list{flex-direction:column;gap:10px;display:flex}.ap-doc-item{background:#f7fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:12px;padding:14px 16px;display:flex}.ap-doc-item .material-icons{color:#2fc26e;font-size:1.3rem}.ap-empty-msg{color:#718096;background:#f7fafc;border-radius:10px;align-items:center;gap:8px;padding:16px;font-size:.9rem;display:flex}.ap-empty-msg .material-icons{color:#a0aec0}.ap-photo-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;display:grid}.ap-photo-thumb{border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}.ap-photo-thumb img{object-fit:cover;width:100%;height:140px;transition:transform .2s;display:block}.ap-photo-thumb:hover img{transform:scale(1.05)}.ap-img-summary{align-items:center;gap:12px;display:flex}.ap-img-stat{border-radius:20px;padding:4px 12px;font-size:.82rem;font-weight:600}.ap-img-stat.pending{color:#c05621;background:#fffaf0;border:1px solid #fbd38d}.ap-img-status-badge{text-transform:capitalize;border-radius:12px;padding:3px 10px;font-size:.72rem;font-weight:700;position:absolute;top:10px;right:10px}.ap-image-footer{background:#f7fafc;border-top:1px solid #f0f4f8;flex-wrap:wrap;align-items:center;gap:8px;padding:12px 16px;display:flex}.ap-image-footer .ap-btn-approve,.ap-image-footer .ap-btn-reject,.ap-image-footer .ap-btn-view{align-items:center;gap:4px;font-size:.8rem;display:inline-flex}.ap-img-viewer{background:#fff;border-radius:20px;flex-direction:column;width:90%;max-width:800px;max-height:90vh;animation:.3s modalIn;display:flex;overflow:hidden;box-shadow:0 24px 60px #0000004d}.ap-img-viewer-header{border-bottom:1px solid #f0f4f8;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;display:flex}.ap-img-viewer-header h3{color:#1a202c;margin:0 0 4px;font-size:1.2rem;font-weight:700}.ap-img-viewer-header p{color:#718096;margin:0;font-size:.85rem}.ap-img-viewer-body{background:#000;flex:1;justify-content:center;align-items:center;min-height:300px;max-height:60vh;display:flex;overflow:hidden}.ap-img-viewer-body img{object-fit:contain;max-width:100%;max-height:100%;display:block}.ap-img-viewer-footer{background:#f7fafc;border-top:1px solid #f0f4f8;justify-content:flex-end;gap:12px;padding:16px 24px;display:flex}.ap-subareas{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.ap-subarea-tag{color:#276749;white-space:nowrap;background:#f0fff4;border:1px solid #9ae6b4;border-radius:12px;padding:2px 8px;font-size:.75rem;font-weight:600;display:inline-block}.ap-no-subarea{color:#a0aec0;font-size:.85rem}.ap-notif-recipient-row{flex-wrap:wrap;gap:12px;margin-bottom:24px;display:flex}.ap-notif-recipient-btn{color:#4a5568;cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:10px;min-width:180px;padding:14px 24px;font-family:Inter,sans-serif;font-size:.92rem;font-weight:600;transition:all .2s;display:flex}.ap-notif-recipient-btn .material-icons{font-size:1.3rem}.ap-notif-recipient-btn:hover{color:#2fc26e;background:#f0fff4;border-color:#2fc26e}.ap-notif-recipient-btn.active{color:#fff;background:linear-gradient(135deg,#2fc26e,#1f5f8b);border-color:#0000;box-shadow:0 4px 14px #2fc26e59}.ap-notif-layout{flex-wrap:wrap;align-items:flex-start;gap:24px;display:flex}.ap-notif-history{flex-direction:column;gap:12px;display:flex}.ap-notif-history-item{background:#f7fafc;border:1px solid #e2e8f0;border-radius:12px;padding:14px;transition:all .2s}.ap-notif-history-item:hover{background:#edf2f7}.ap-notif-history-top{justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:8px;display:flex}.ap-notif-history-subject{color:#1a202c;flex:1;font-size:.88rem;font-weight:600}.ap-notif-history-meta{gap:12px;margin-bottom:6px;display:flex}.ap-notif-history-meta span{color:#718096;align-items:center;gap:4px;font-size:.78rem;display:flex}.ap-notif-history-meta .material-icons{font-size:.9rem}.ap-notif-priority{border-radius:10px;padding:2px 8px;font-size:.72rem;font-weight:700}.ap-priority-high{color:#c53030;background:#fff5f5}.ap-priority-medium{color:#c05621;background:#fffaf0}.ap-priority-low{color:#276749;background:#f0fff4}.ap-logo-img{object-fit:cover;border:2px solid #ffffff4d;border-radius:10px;flex-shrink:0;width:44px;height:44px}.ap-success-modal{text-align:center;background:#fff;border-radius:20px;width:100%;max-width:420px;padding:40px 32px;animation:.3s modalIn;box-shadow:0 24px 60px #0003}.ap-success-icon{background:linear-gradient(135deg,#2fc26e,#1f5f8b);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 20px;display:flex}.ap-success-icon .material-icons{color:#fff;font-size:2.5rem}.ap-success-modal h2{color:#1a202c;margin:0 0 8px;font-size:1.5rem;font-weight:800}.ap-success-sub{color:#718096;margin:0 0 28px;font-size:.9rem}.ap-success-details{text-align:left;background:#f7fafc;border-radius:14px;flex-direction:column;gap:16px;margin-bottom:24px;padding:20px;display:flex}.ap-success-row{align-items:center;gap:14px;display:flex}.ap-success-row .material-icons{color:#2fc26e;background:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;display:flex;box-shadow:0 2px 8px #00000014}.ap-success-label{color:#718096;text-transform:uppercase;letter-spacing:.3px;margin-bottom:3px;font-size:.75rem;font-weight:500}.ap-success-value{color:#1a202c;font-size:1rem;font-weight:700}.ap-success-id{color:#2fc26e;letter-spacing:1px;font-family:monospace;font-size:1.1rem}.ap-audio-list{flex-direction:column;gap:12px;display:flex}.ap-audio-item{background:#f7fafc;border:1px solid #e2e8f0;border-radius:12px;flex-wrap:wrap;align-items:center;gap:16px;padding:16px;display:flex}.ap-audio-icon{background:linear-gradient(135deg,#2fc26e,#1f5f8b);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.ap-audio-icon .material-icons{color:#fff;font-size:1.3rem}.ap-audio-info{flex:1;min-width:120px}.ap-audio-name{color:#1a202c;margin-bottom:3px;font-size:.9rem;font-weight:600}.ap-audio-label{color:#718096;font-size:.78rem}.ap-audio-player{accent-color:#2fc26e;flex:2;min-width:200px;height:36px}.ap-sold-summary{align-items:center;gap:12px;display:flex}.ap-sold-stat{color:#276749;background:#f0fff4;border:1px solid #9ae6b4;border-radius:20px;align-items:center;gap:6px;padding:6px 14px;font-size:.88rem;font-weight:600;display:flex}.ap-sold-stat .material-icons{font-size:1rem}.ap-badge-broker{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe}.ap-broker-approval-card{background:linear-gradient(135deg,#eff6ff,#f0f9ff)!important;border:2px solid #bfdbfe!important}.ap-badge-broker-live{color:#15803d;background:#f0fdf4;border:1px solid #86efac}.ap-broker-live-card{background:linear-gradient(135deg,#f0fdf4,#dcfce7)!important;border:2px solid #86efac!important}.ap-sold-form-section{color:#1f5f8b;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #e2e8f0;margin-top:8px;margin-bottom:16px;padding:12px 0 8px;font-size:.85rem;font-weight:700}.pl-wrap{background:#f8fafc;min-height:60vh}.pl-header{color:#fff;background:linear-gradient(135deg,#0a192f 0%,#112240 100%);padding:2rem 0 1.5rem}.pl-title{color:#fff;margin-bottom:.25rem;font-size:1.8rem;font-weight:800}.pl-sub{color:#94a3b8;margin-bottom:1.25rem;font-size:.9rem}.pl-filter-bar{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.pl-filter-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:20px;min-height:44px;padding:.6rem 1.25rem;font-size:.875rem;font-weight:600}.pl-sort{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:20px;outline:none;min-height:44px;padding:.6rem .75rem;font-size:.875rem}.pl-sort option{background:#0a192f}.pl-count{color:#94a3b8;margin-left:auto;font-size:.875rem}.pl-filters-panel{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;margin-top:1rem;padding:1.25rem}.pl-filters-grid{grid-template-columns:1fr;gap:.75rem;margin-bottom:1rem;display:grid}.pl-filter-group label{color:#94a3b8;margin-bottom:.4rem;font-size:.8rem;display:block}.pl-filter-group select,.pl-filter-group input{color:#fff;box-sizing:border-box;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;outline:none;width:100%;padding:.6rem .75rem;font-size:.875rem}.pl-filter-group input::placeholder{color:#64748b}.pl-filter-group select option{background:#0a192f}.pl-filter-actions{justify-content:flex-end;gap:.75rem;display:flex}.pl-filter-clear{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff4d;border-radius:8px;min-height:44px;padding:.6rem 1rem;font-size:.875rem}.pl-filter-apply{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:8px;min-height:44px;padding:.6rem 1.25rem;font-size:.875rem;font-weight:700}.pl-content{padding:1.5rem 0 3rem}.pl-loading{flex-direction:column;gap:1rem;display:flex}.pl-skeleton{background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 50%,#e5e7eb 75%) 0 0/200% 100%;border-radius:16px;height:320px;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.pl-empty{text-align:center;color:#6b7280;padding:4rem 1rem}.pl-empty span{margin-bottom:1rem;font-size:3rem;display:block}.pl-empty h3{color:#374151;margin-bottom:.5rem;font-size:1.2rem}.pl-empty p{margin-bottom:1rem}.pl-empty button{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:10px;padding:.75rem 1.5rem;font-weight:600}.pl-grid{grid-template-columns:1fr;gap:1.25rem;margin-bottom:1.5rem;display:grid}.pl-card{background:#fff;border-radius:16px;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 2px 12px #00000014}.pl-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000001f}.pl-card.sold{opacity:.8}.pl-card-img{height:200px;position:relative;overflow:hidden}.pl-card-img img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.pl-card:hover .pl-card-img img{transform:scale(1.03)}.pl-badge-sold{color:#fff;text-align:center;letter-spacing:1px;z-index:3;background:#ef4444e6;padding:.5rem;font-size:.9rem;font-weight:800;position:absolute;top:0;left:0;right:0}.pl-badge-popular{color:#fff;z-index:3;background:#f59e0b;border-radius:20px;padding:.3rem .75rem;font-size:.78rem;font-weight:700;position:absolute;top:10px;left:10px}.pl-img-prev,.pl-img-next{color:#fff;cursor:pointer;z-index:4;background:#00000073;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.2rem;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.pl-img-prev{left:8px}.pl-img-next{right:8px}.pl-img-dots{z-index:4;gap:5px;display:flex;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.pl-dot{cursor:pointer;background:#ffffff80;border-radius:50%;width:7px;height:7px}.pl-dot.active{background:#fff}.pl-price{color:#fff;z-index:3;background:#10b981;border-radius:20px;padding:.3rem .75rem;font-size:.95rem;font-weight:800;position:absolute;bottom:10px;left:10px}.pl-card-body{padding:1rem}.pl-card-title{color:#0a192f;margin-bottom:.2rem;font-size:1rem;font-weight:700}.pl-card-id{color:#9ca3af;margin-bottom:.2rem;font-size:.75rem}.pl-card-loc{color:#6b7280;margin-bottom:.75rem;font-size:.85rem}.pl-card-specs{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;display:flex}.pl-card-specs span{color:#065f46;background:#f0fdf4;border-radius:12px;padding:.25rem .6rem;font-size:.78rem;font-weight:500}.pl-card-actions{gap:.5rem;display:flex}.pl-btn-call,.pl-btn-wa,.pl-btn-details{text-align:center;cursor:pointer;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;min-height:48px;padding:.65rem .5rem;font-size:.8rem;font-weight:700;text-decoration:none;display:flex}.pl-btn-call{color:#fff;background:#0a192f}.pl-btn-wa{color:#fff;background:#25d366}.pl-btn-details{color:#fff;background:#10b981}.pl-btn-call:hover,.pl-btn-wa:hover,.pl-btn-details:hover{opacity:.9}.pl-pagination{justify-content:center;align-items:center;gap:1rem;padding:1rem 0;display:flex}.pl-pagination button{color:#fff;cursor:pointer;background:#0a192f;border:none;border-radius:10px;min-height:48px;padding:.6rem 1.25rem;font-size:.875rem;font-weight:600}.pl-pagination button:disabled{cursor:not-allowed;background:#d1d5db}.pl-pagination span{color:#374151;font-size:.875rem}@media (width>=640px){.pl-grid,.pl-filters-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.pl-grid{grid-template-columns:repeat(3,1fr)}.pl-title{font-size:2.2rem}}.hlp-section{background:#fff;padding:3.5rem 0}.hlp-alt{background:#f8fafc}.hlp-section-header{text-align:center;margin-bottom:2rem}.hlp-section-header h2{color:#0a192f;margin-bottom:.5rem;font-size:1.8rem;font-weight:800}.hlp-section-header p{color:#6b7280;font-size:.95rem}.hlp-skeletons{flex-direction:column;gap:1rem;display:flex}.hlp-skeleton{background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 50%,#e5e7eb 75%) 0 0/200% 100%;border-radius:16px;height:260px;animation:1.5s infinite hlp-shimmer}@keyframes hlp-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.hlp-grid{grid-template-columns:1fr;gap:1.25rem;display:grid}.hlp-card{cursor:pointer;background:#fff;border:1px solid #f3f4f6;border-radius:16px;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 2px 12px #00000014}.hlp-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001f}.hlp-card.sold{opacity:.75}.hlp-card-img{height:180px;position:relative;overflow:hidden}.hlp-card-img img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.hlp-card:hover .hlp-card-img img{transform:scale(1.04)}.hlp-sold{color:#fff;text-align:center;letter-spacing:1px;background:#ef4444e0;padding:.4rem;font-size:.875rem;font-weight:800;position:absolute;top:0;left:0;right:0}.hlp-popular{color:#fff;background:#f59e0b;border-radius:20px;padding:.25rem .65rem;font-size:.75rem;font-weight:700;position:absolute;top:10px;left:10px}.hlp-price{color:#fff;background:#10b981;border-radius:20px;padding:.25rem .65rem;font-size:.875rem;font-weight:800;position:absolute;bottom:10px;left:10px}.hlp-card-body{padding:.875rem}.hlp-card-body h3{color:#0a192f;margin-bottom:.25rem;font-size:.95rem;font-weight:700}.hlp-loc{color:#6b7280;margin-bottom:.5rem;font-size:.8rem}.hlp-specs{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;display:flex}.hlp-specs span{color:#065f46;background:#f0fdf4;border-radius:10px;padding:.2rem .5rem;font-size:.75rem;font-weight:500}.hlp-actions{gap:.5rem;display:flex}.hlp-call,.hlp-wa{text-align:center;border-radius:8px;flex:1;justify-content:center;align-items:center;min-height:44px;padding:.6rem;font-size:.8rem;font-weight:700;text-decoration:none;display:flex}.hlp-call{color:#fff;background:#0a192f}.hlp-wa{color:#fff;background:#25d366}.hlp-cta-wrap{text-align:center;margin-top:2rem}.hlp-explore-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0a192f,#10b981);border:none;border-radius:30px;min-height:52px;padding:.9rem 2.5rem;font-size:1rem;font-weight:700;transition:opacity .2s,transform .2s}.hlp-explore-btn:hover{opacity:.9;transform:translateY(-2px)}@media (width>=640px){.hlp-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.hlp-grid{grid-template-columns:repeat(3,1fr)}}.tb-trust{background:linear-gradient(135deg,#0a192f 0%,#112240 100%);padding:4rem 0}.tb-header{text-align:center;margin-bottom:2.5rem}.tb-header h2{color:#fff;margin-bottom:.5rem;font-size:1.8rem;font-weight:800}.tb-header h2 span{color:#10b981}.tb-header p{color:#94a3b8;font-size:.95rem}.tb-grid{grid-template-columns:1fr;gap:1rem;display:grid}.tb-card{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:16px;padding:1.5rem;transition:background .2s}.tb-card:hover{background:#ffffff1a}.tb-icon{margin-bottom:.75rem;font-size:2rem}.tb-card h3{color:#fff;margin-bottom:.5rem;font-size:1rem;font-weight:700}.tb-card p{color:#94a3b8;font-size:.875rem;line-height:1.6}.tb-cta{background:linear-gradient(135deg,#10b981 0%,#059669 100%);padding:3rem 0}.tb-cta-inner{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;display:flex}.tb-cta-text h2{color:#fff;margin-bottom:.5rem;font-size:1.6rem;font-weight:800}.tb-cta-text p{color:#ffffffd9;margin-bottom:1rem;font-size:.95rem}.tb-cta-badges{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.tb-cta-badges span{color:#fff;background:#fff3;border-radius:20px;padding:.3rem .75rem;font-size:.8rem;font-weight:600}.tb-cta-btn{color:#059669;cursor:pointer;white-space:nowrap;background:#fff;border:none;border-radius:30px;min-height:56px;padding:1rem 2.5rem;font-size:1rem;font-weight:800;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 20px #00000026}.tb-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0003}.tb-float-wa{z-index:999;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;text-decoration:none;animation:2s infinite wa-pulse;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 20px #25d36666}.tb-float-wa svg{width:28px;height:28px}@media (width>=640px){.tb-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.tb-grid{grid-template-columns:repeat(4,1fr)}.tb-cta-inner{text-align:left;flex-direction:row;justify-content:space-between}.tb-cta-badges{justify-content:flex-start}}.cf-login-wrap{background:#f8fafc;justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.cf-login-box{text-align:center;background:#fff;border-radius:16px;width:100%;max-width:400px;padding:2.5rem 2rem;box-shadow:0 4px 24px #0000001a}.cf-logo{justify-content:center;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.cf-logo img{object-fit:cover;border-radius:8px;width:40px;height:40px}.cf-logo span{color:#0a192f;font-size:1.2rem;font-weight:800}.cf-login-box h2{color:#0a192f;margin-bottom:.5rem;font-size:1.5rem}.cf-login-box p{color:#666;margin-bottom:1.5rem;font-size:.95rem}.cf-login-box input{border:2px solid #e5e7eb;border-radius:10px;outline:none;width:100%;margin-bottom:1rem;padding:.85rem 1rem;font-size:1rem;transition:border-color .2s}.cf-login-box input:focus{border-color:#10b981}.cf-login-box button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0a192f,#10b981);border:none;border-radius:10px;width:100%;padding:.85rem;font-size:1rem;font-weight:600}.cf-error{color:#ef4444;margin-bottom:.75rem;font-size:.875rem}.cf-wrap{background:#f8fafc;min-height:100vh}.cf-header{z-index:100;background:#0a192f;padding:1rem 1.5rem;position:sticky;top:0}.cf-header-inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.cf-header .cf-logo span{color:#fff;font-size:1rem}.cf-logout{color:#fff;cursor:pointer;background:#ffffff26;border:1px solid #ffffff4d;border-radius:8px;padding:.4rem 1rem;font-size:.875rem}.cf-container{max-width:1200px;margin:0 auto;padding:1.5rem 1rem 4rem}.cf-analytics{margin-bottom:2.5rem}.cf-analytics h2{color:#0a192f;margin-bottom:1rem;font-size:1.4rem}.cf-cards{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.cf-card{text-align:center;background:#fff;border-radius:12px;flex-direction:column;gap:.4rem;padding:1.25rem 1rem;display:flex;box-shadow:0 2px 8px #0000000f}.cf-card-value{color:#0a192f;font-size:1.4rem;font-weight:700}.cf-card-label{color:#6b7280;font-size:.8rem}.cf-breakdown{background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 2px 8px #0000000f}.cf-breakdown h3{color:#0a192f;margin-bottom:1rem;font-size:1rem}.cf-breakdown-list{flex-direction:column;gap:.5rem;display:flex}.cf-breakdown-item{background:#f8fafc;border-radius:8px;justify-content:space-between;align-items:center;padding:.5rem .75rem;display:flex}.cf-breakdown-page{color:#374151;text-transform:capitalize;font-weight:600}.cf-breakdown-count{color:#10b981;font-size:.875rem;font-weight:600}.cf-submissions-header{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.cf-submissions-header h2{color:#0a192f;font-size:1.4rem}.cf-total{color:#fff;background:#10b981;border-radius:20px;padding:.2rem .75rem;font-size:.8rem;font-weight:600}.cf-loading,.cf-empty{text-align:center;color:#6b7280;padding:3rem}.cf-table-wrap{border-radius:12px;display:block;overflow-x:auto;box-shadow:0 2px 8px #0000000f}.cf-table{border-collapse:collapse;background:#fff;width:100%;font-size:.875rem}.cf-table th{color:#fff;text-align:left;white-space:nowrap;background:#0a192f;padding:.85rem 1rem;font-weight:600}.cf-table td{vertical-align:top;color:#374151;border-bottom:1px solid #f3f4f6;padding:.85rem 1rem}.cf-table tr:hover td{background:#f8fafc}.cf-message{word-break:break-word;max-width:200px}.cf-ip{color:#9ca3af;font-size:.8rem}.cf-date{white-space:nowrap;color:#6b7280;font-size:.8rem}.cf-whatsapp-link{color:#25d366;white-space:nowrap;align-items:center;gap:.3rem;font-weight:600;text-decoration:none;display:inline-flex}.cf-whatsapp-link:hover{text-decoration:underline}.cf-email-link{color:#3b82f6;word-break:break-all;align-items:center;gap:.3rem;font-weight:600;text-decoration:none;display:inline-flex}.cf-email-link:hover{text-decoration:underline}.cf-mobile-cards{display:none}.cf-pagination{justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.cf-pagination button{color:#fff;cursor:pointer;background:#0a192f;border:none;border-radius:8px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600}.cf-pagination button:disabled{cursor:not-allowed;background:#d1d5db}.cf-pagination span{color:#374151;font-size:.875rem}@media (width<=768px){.cf-table-wrap{display:none}.cf-mobile-cards{flex-direction:column;gap:1rem;display:flex}.cf-mobile-card{background:#fff;border-radius:12px;flex-direction:column;gap:.5rem;padding:1rem;display:flex;box-shadow:0 2px 8px #0000000f}.cf-mc-row{justify-content:space-between;align-items:center;display:flex}.cf-mc-num{color:#0a192f;font-size:.875rem;font-weight:700}.cf-mc-date{color:#9ca3af;font-size:.75rem}.cf-mc-name{color:#1f2937;font-size:1rem;font-weight:700}.cf-mc-contact{font-size:.9rem}.cf-mc-message{color:#4b5563;font-size:.875rem;line-height:1.5}.cf-mc-ip{color:#9ca3af;font-size:.75rem}.cf-cards{grid-template-columns:repeat(2,1fr)}.cf-card-value{font-size:1.1rem}}@media (width<=400px){.cf-cards{grid-template-columns:1fr 1fr}.cf-login-box{padding:2rem 1.25rem}}.cf-page-badge{color:#0369a1;text-transform:capitalize;white-space:nowrap;background:#e0f2fe;border-radius:20px;padding:.2rem .6rem;font-size:.78rem;font-weight:600}.cf-device-badge{white-space:nowrap;border-radius:20px;padding:.2rem .6rem;font-size:.78rem;font-weight:600}.cf-device-badge.mobile{color:#92400e;background:#fef3c7}.cf-device-badge.desktop{color:#5b21b6;background:#ede9fe}.cf-device-badge.unknown{color:#6b7280;background:#f3f4f6}.cf-section-tabs{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.cf-section-tab{cursor:pointer;color:#6b7280;background:#fff;border:2px solid #e5e7eb;border-radius:20px;min-height:44px;padding:.6rem 1.25rem;font-size:.875rem;font-weight:600}.cf-section-tab.active{color:#fff;background:#0a192f;border-color:#0a192f}.cf-confirm-overlay{z-index:9999;background:#0000008c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.cf-confirm-box{text-align:center;background:#fff;border-radius:16px;width:100%;max-width:360px;padding:2rem 1.5rem;box-shadow:0 20px 60px #0003}.cf-confirm-box p{color:#1f2937;margin-bottom:1.5rem;font-size:1rem;font-weight:500;line-height:1.6}.cf-confirm-btns{gap:1rem;display:flex}.cf-confirm-no{color:#374151;cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:10px;flex:1;min-height:48px;padding:.75rem;font-size:.95rem;font-weight:600}.cf-confirm-yes{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:10px;flex:1;min-height:48px;padding:.75rem;font-size:.95rem;font-weight:600}.cf-confirm-yes.danger{background:#ef4444}.cf-add-prop-btn{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:10px;min-height:44px;padding:.6rem 1.25rem;font-size:.875rem;font-weight:700}.cf-prop-filters{flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;display:flex}.cf-prop-filters select{background:#fff;border:2px solid #e5e7eb;border-radius:8px;outline:none;min-height:44px;padding:.5rem .75rem;font-size:.875rem}.cf-add-prop-form{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.cf-add-prop-form h3{color:#0a192f;margin-bottom:1rem;font-size:1rem;font-weight:700}.cf-form-grid{grid-template-columns:1fr;gap:.75rem;margin-bottom:.75rem;display:grid}.cf-form-grid input,.cf-form-grid select,.cf-add-prop-form textarea{box-sizing:border-box;border:2px solid #e5e7eb;border-radius:8px;outline:none;width:100%;padding:.75rem;font-size:.9rem}.cf-add-prop-form textarea{resize:vertical;margin-bottom:.75rem}.cf-form-grid input:focus,.cf-form-grid select:focus,.cf-add-prop-form textarea:focus{border-color:#10b981}.cf-photo-upload{margin-bottom:1rem}.cf-photo-upload label{color:#374151;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.cf-photo-upload input[type=file]{width:100%}.cf-photo-previews{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.cf-photo-previews img{object-fit:cover;border:2px solid #e5e7eb;border-radius:6px;width:70px;height:60px}.cf-submit-prop{color:#fff;cursor:pointer;background:#0a192f;border:none;border-radius:10px;width:100%;min-height:52px;padding:.85rem;font-size:1rem;font-weight:700}.cf-submit-prop:disabled{opacity:.6;cursor:not-allowed}.cf-prop-grid{grid-template-columns:1fr;gap:1rem;margin-bottom:1rem;display:grid}.cf-prop-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000f}.cf-prop-card.sold{opacity:.75}.cf-prop-img-wrap{position:relative}.cf-prop-img-wrap img{object-fit:cover;width:100%;height:160px;display:block}.cf-prop-sold-badge{color:#fff;text-align:center;letter-spacing:1px;background:#ef4444e0;padding:.4rem;font-size:.875rem;font-weight:800;position:absolute;top:0;left:0;right:0}.cf-prop-status-badge{color:#fff;text-transform:capitalize;background:#0a192f;border-radius:12px;padding:.2rem .6rem;font-size:.75rem;font-weight:600;position:absolute;bottom:8px;right:8px}.cf-prop-info{padding:.75rem}.cf-prop-id{color:#9ca3af;margin-bottom:.2rem;font-size:.75rem}.cf-prop-title{color:#0a192f;margin-bottom:.25rem;font-size:.95rem;font-weight:700}.cf-prop-loc{color:#6b7280;margin-bottom:.25rem;font-size:.8rem}.cf-prop-price{color:#10b981;margin-bottom:.5rem;font-size:1rem;font-weight:700}.cf-prop-meta{color:#6b7280;flex-wrap:wrap;gap:.75rem;font-size:.78rem;display:flex}.cf-prop-actions{border-top:1px solid #f3f4f6;gap:.5rem;padding:.75rem;display:flex}.cf-prop-sold-btn,.cf-prop-del-btn{cursor:pointer;border-radius:8px;flex:1;min-height:44px;padding:.6rem;font-size:.8rem;font-weight:600}.cf-prop-sold-btn{color:#92400e;background:#fef3c7;border:1px solid #fcd34d}.cf-prop-del-btn{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}@media (width>=640px){.cf-form-grid,.cf-prop-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.cf-prop-grid{grid-template-columns:repeat(3,1fr)}}.auth-wrap{background:linear-gradient(135deg,#0a192f 0%,#112240 100%);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.auth-card{background:#fff;border-radius:20px;width:100%;max-width:420px;padding:2.5rem 2rem;box-shadow:0 24px 80px #0000004d}.auth-logo{justify-content:center;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.auth-logo img{object-fit:cover;border-radius:10px;width:44px;height:44px}.auth-logo span{color:#0a192f;letter-spacing:1px;font-size:1.3rem;font-weight:800}.auth-card h2{text-align:center;color:#0a192f;margin-bottom:.25rem;font-size:1.6rem}.auth-sub{text-align:center;color:#6b7280;margin-bottom:1.75rem;font-size:.9rem}.auth-field{margin-bottom:1rem}.auth-field label{color:#374151;margin-bottom:.4rem;font-size:.875rem;font-weight:600;display:block}.auth-field input{box-sizing:border-box;border:2px solid #e5e7eb;border-radius:10px;outline:none;width:100%;padding:.85rem 1rem;font-size:1rem;transition:border-color .2s}.auth-field input:focus{border-color:#10b981}.auth-error{color:#ef4444;text-align:center;margin-bottom:.75rem;font-size:.875rem}.auth-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0a192f,#10b981);border:none;border-radius:12px;width:100%;min-height:52px;margin-top:.5rem;padding:.9rem;font-size:1rem;font-weight:700;transition:opacity .2s}.auth-btn:hover{opacity:.9}.auth-btn:disabled{opacity:.6;cursor:not-allowed}.auth-trust{color:#6b7280;flex-wrap:wrap;justify-content:center;gap:1rem;margin:1.25rem 0;font-size:.78rem;display:flex}.auth-switch{text-align:center;color:#6b7280;margin-top:.75rem;font-size:.875rem}.auth-switch button{color:#10b981;cursor:pointer;background:0 0;border:none;font-size:.875rem;font-weight:600}.dash-wrap{background:#f8fafc;min-height:100vh}.dash-header{background:#0a192f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1rem;display:flex}.dash-user{align-items:center;gap:.75rem;display:flex}.dash-avatar{color:#fff;background:#10b981;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.2rem;font-weight:800;display:flex}.dash-name{color:#fff;font-size:1rem;font-weight:700}.dash-mobile{color:#94a3b8;font-size:.8rem}.dash-header-actions{gap:.5rem;display:flex}.dash-browse,.dash-logout{cursor:pointer;border-radius:8px;min-height:40px;padding:.5rem 1rem;font-size:.875rem;font-weight:600}.dash-browse{color:#fff;background:#10b981;border:none}.dash-logout{color:#fff;background:#ffffff1a;border:1px solid #fff3}.dash-tabs{background:#fff;border-bottom:2px solid #e5e7eb;display:flex;overflow-x:auto}.dash-tab{color:#6b7280;cursor:pointer;white-space:nowrap;background:0 0;border:none;flex:1;min-height:52px;padding:1rem;font-size:.9rem;font-weight:600;position:relative}.dash-tab.active{color:#10b981;border-bottom:3px solid #10b981}.dash-badge{color:#fff;background:#ef4444;border-radius:10px;margin-left:.4rem;padding:.1rem .4rem;font-size:.7rem}.dash-content{max-width:900px;margin:0 auto;padding:1rem}.dash-loading{text-align:center;color:#6b7280;padding:3rem}.dash-empty{text-align:center;color:#6b7280;padding:4rem 1rem}.dash-empty span{margin-bottom:1rem;font-size:3rem;display:block}.dash-empty p{margin-bottom:1rem}.dash-empty button{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:10px;padding:.75rem 1.5rem;font-weight:600}.dash-grid{grid-template-columns:1fr;gap:1rem;display:grid}.dash-prop-card{cursor:pointer;background:#fff;border-radius:12px;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000f}.dash-prop-card img{object-fit:cover;width:100%;height:160px}.dash-sold{color:#fff;text-align:center;background:#ef4444d9;padding:.4rem;font-size:.875rem;font-weight:700;position:absolute;top:0;left:0;right:0}.dash-prop-info{padding:.75rem}.dash-prop-title{color:#0a192f;margin-bottom:.25rem;font-weight:700}.dash-prop-loc{color:#6b7280;margin-bottom:.25rem;font-size:.8rem}.dash-prop-price{color:#10b981;font-weight:700}.dash-notifs{flex-direction:column;gap:.75rem;display:flex}.dash-mark-read{color:#065f46;cursor:pointer;background:#f0fdf4;border:1px solid #86efac;border-radius:8px;align-self:flex-end;padding:.5rem 1rem;font-size:.875rem;font-weight:600}.dash-notif{background:#fff;border-radius:10px;padding:1rem;box-shadow:0 1px 4px #0000000f}.dash-notif.unread{background:#f0fdf4;border-left:3px solid #10b981}.dash-notif-title{color:#0a192f;margin-bottom:.25rem;font-weight:700}.dash-notif-msg{color:#4b5563;margin-bottom:.5rem;font-size:.875rem}.dash-notif-time{color:#9ca3af;font-size:.75rem}@media (width>=640px){.dash-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.dash-grid{grid-template-columns:repeat(3,1fr)}}.confirm-overlay{z-index:9999;background:#0000008c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.confirm-box{text-align:center;background:#fff;border-radius:16px;width:100%;max-width:360px;padding:2rem 1.5rem;box-shadow:0 20px 60px #0003}.confirm-msg{color:#1f2937;margin-bottom:1.5rem;font-size:1rem;font-weight:500;line-height:1.6}.confirm-actions{justify-content:center;gap:1rem;display:flex}.confirm-no{color:#374151;cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:10px;flex:1;min-height:48px;padding:.75rem;font-size:1rem;font-weight:600}.confirm-yes{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:10px;flex:1;min-height:48px;padding:.75rem;font-size:1rem;font-weight:600}.confirm-yes.danger{background:#ef4444}.confirm-no:hover{background:#f9fafb}.confirm-yes:hover{opacity:.9}.pdp-loading{justify-content:center;align-items:center;min-height:60vh;display:flex}.pdp-spinner{border:4px solid #e5e7eb;border-top-color:#10b981;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.pdp-error{text-align:center;color:#6b7280;padding:4rem 1rem}.pdp-error button{color:#10b981;cursor:pointer;background:0 0;border:none;font-weight:600}.pdp-wrap{max-width:900px;margin:0 auto;padding:1rem 1rem 120px}.pdp-back{color:#10b981;cursor:pointer;background:0 0;border:none;margin-bottom:1rem;padding:.5rem 0;font-size:.95rem;font-weight:600;display:block}.pdp-gallery{background:#000;border-radius:16px;margin-bottom:1.5rem;position:relative;overflow:hidden}.pdp-sold-banner{color:#fff;text-align:center;letter-spacing:2px;z-index:10;background:#ef4444e6;padding:.75rem;font-size:1.2rem;font-weight:800;position:absolute;top:0;left:0;right:0}.pdp-main-photo{object-fit:cover;width:100%;height:280px;display:block}.pdp-arrow{color:#fff;cursor:pointer;z-index:5;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.pdp-arrow.left{left:10px}.pdp-arrow.right{right:10px}.pdp-dots{gap:6px;display:flex;position:absolute;bottom:60px;left:50%;transform:translate(-50%)}.pdp-dot{cursor:pointer;background:#ffffff80;border-radius:50%;width:8px;height:8px}.pdp-dot.active{background:#fff}.pdp-thumbs{background:#111;gap:8px;padding:8px;display:flex;overflow-x:auto}.pdp-thumb{object-fit:cover;cursor:pointer;opacity:.6;border:2px solid #0000;border-radius:6px;flex-shrink:0;width:60px;height:50px}.pdp-thumb.active{opacity:1;border-color:#10b981}.pdp-content{padding-bottom:1rem}.pdp-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.pdp-title{color:#0a192f;margin-bottom:.25rem;font-size:1.4rem;font-weight:800}.pdp-id{color:#9ca3af;margin-bottom:.25rem;font-size:.8rem}.pdp-location{color:#6b7280;font-size:.95rem}.pdp-price{color:#10b981;white-space:nowrap;font-size:1.5rem;font-weight:800}.pdp-specs{flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem;display:flex}.pdp-spec{color:#065f46;background:#f0fdf4;border-radius:20px;align-items:center;gap:.4rem;padding:.4rem .75rem;font-size:.875rem;font-weight:500;display:flex}.pdp-section{margin-bottom:1.5rem}.pdp-section h3{color:#0a192f;margin-bottom:.75rem;font-size:1.1rem;font-weight:700}.pdp-amenities{flex-wrap:wrap;gap:.5rem;display:flex}.pdp-amenity{color:#3730a3;background:#eef2ff;border-radius:20px;padding:.35rem .75rem;font-size:.8rem;font-weight:500}.pdp-desc{color:#4b5563;font-size:.95rem;line-height:1.7}.pdp-trust{background:linear-gradient(135deg,#f0fdf4,#eff6ff);border-radius:12px;flex-direction:column;gap:.6rem;margin-bottom:1.5rem;padding:1.25rem;display:flex}.pdp-trust-item{color:#374151;font-size:.9rem;font-weight:500}.pdp-success{color:#065f46;text-align:center;background:#f0fdf4;border:1px solid #86efac;border-radius:10px;margin-bottom:1rem;padding:1rem;font-weight:600}.pdp-interest-form{background:#f9fafb;border-radius:12px;margin-bottom:1rem;padding:1.25rem}.pdp-interest-form h3{color:#0a192f;margin-bottom:1rem;font-size:1rem;font-weight:700}.pdp-interest-form input,.pdp-interest-form textarea{box-sizing:border-box;border:2px solid #e5e7eb;border-radius:8px;outline:none;width:100%;margin-bottom:.75rem;padding:.75rem;font-size:.95rem}.pdp-interest-form input:focus,.pdp-interest-form textarea:focus{border-color:#10b981}.pdp-form-actions{gap:.75rem;display:flex}.pdp-form-actions button{cursor:pointer;border-radius:8px;flex:1;min-height:48px;padding:.75rem;font-size:.95rem;font-weight:600}.pdp-form-actions button:first-child{color:#374151;background:#fff;border:2px solid #e5e7eb}.pdp-form-actions button:last-child{color:#fff;background:#10b981;border:none}.pdp-sticky-cta{z-index:100;background:#fff;border-top:1px solid #e5e7eb;gap:.5rem;padding:.75rem 1rem;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0000001a}.pdp-sticky-cta a,.pdp-sticky-cta button{text-align:center;cursor:pointer;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;min-height:48px;padding:.75rem .5rem;font-size:.8rem;font-weight:700;text-decoration:none;display:flex}.pdp-cta-call{color:#fff;background:#0a192f}.pdp-cta-wa{color:#fff;background:#25d366}.pdp-cta-interest{color:#fff;background:#10b981}.pdp-cta-wish{color:#374151;background:#f3f4f6}.pdp-cta-wish.active{color:#92400e;background:#fef3c7}@media (width>=768px){.pdp-main-photo{height:420px}.pdp-wrap{padding:2rem 2rem 100px}.pdp-sticky-cta{border-radius:16px 16px 0 0;max-width:900px;margin:0 auto;left:50%;transform:translate(-50%)}}
