body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}:root{--primary-color:#3a3a3a;--primary-dark:#2980b9;--secondary-color:#2c3e50;--success-color:#27ae60;--warning-color:#f39c12;--danger-color:#e74c3c;--light-bg:#f8f9fa;--shadow-sm:0 2px 8px #00000014;--shadow-md:0 5px 15px #0000001a;--shadow-lg:0 10px 25px #00000026;--transition:all 0.3s ease}.App{display:flex;flex-direction:column;min-height:100vh}.main-content{animation:fadeIn .4s ease;flex:1 1}.container{animation:fadeIn .5s ease;margin:0 auto;max-width:1200px;padding:20px}.navbar{background:#2b2b2b;box-shadow:0 2px 5px #0000001a;box-shadow:0 2px 10px #0003;color:#fff;padding:1rem 0;padding:0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.navbar-container{align-items:center;display:flex;gap:2rem;justify-content:space-between;margin:0 auto;max-width:1400px;padding:.8rem 2rem;position:relative}.logo{color:#fff!important;font-size:1.5rem;font-weight:700;text-decoration:none;white-space:nowrap;z-index:1001}.navbar-search-wrapper{max-width:400px}.navbar-search{position:relative}.search-input{background:#ffffffe6;border-radius:25px;font-size:.95rem;padding:.6rem 3rem .6rem 1rem;transition:all .3s;width:100%}.search-input:focus{background:#fff;box-shadow:0 0 0 3px #3498db4d}.search-btn{align-items:center;background:#3498db;border:none;border-radius:50%;cursor:pointer;display:flex;font-size:1.1rem;height:35px;justify-content:center;position:absolute;right:5px;top:50%;transform:translateY(-50%);transition:all .3s;width:35px}.search-btn:hover{background:#2980b9;transform:translateY(-50%) scale(1.1)}.search-results-dropdown{animation:dropdownFade .3s ease;border-radius:10px;box-shadow:0 10px 40px #0003;top:calc(100% + 10px);z-index:1003}.search-result-item{border-bottom:1px solid #f0f0f0;cursor:pointer;display:flex;gap:1rem;padding:1rem;transition:background .3s}.search-result-item:hover{background:#f8f9fa}.search-result-item img{border-radius:5px;flex-shrink:0;height:60px;object-fit:cover;width:80px}.search-result-info{flex:1 1;min-width:0}.search-result-info h4{color:#2c3e50;font-size:.95rem;margin:0 0 .3rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-result-info p{color:#7f8c8d;font-size:.85rem;margin:0 0 .3rem}.search-result-price{color:#27ae60;font-size:.9rem;font-weight:600}.search-see-all{background:#f8f9fa;border-radius:0 0 10px 10px;color:#3498db;cursor:pointer;font-weight:600;padding:1rem;text-align:center;transition:background .3s}.search-see-all:hover{background:#e9ecef}.search-no-results{color:#7f8c8d;font-style:italic;padding:2rem;text-align:center}.nav-items-desktop{align-items:center;display:flex;gap:1.5rem}.nav-link{border-radius:5px;color:#fff;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:all .3s;white-space:nowrap}.nav-link:hover{background:#ffffff1a}.nav-icon-link{font-size:1.5rem;text-decoration:none}.nav-icon-wrapper{display:inline-block}.nav-badge{align-items:center;animation:pulseBadge 2s infinite;background:#e74c3c;border:2px solid #2c3e50;border-radius:50%;color:#fff;display:flex;font-size:.7rem;font-weight:700;height:20px;justify-content:center;min-width:20px;padding:0 5px;right:-8px;top:-8px}@keyframes pulseBadge{0%,to{box-shadow:0 0 0 0 #e74c3cb3;transform:scale(1)}50%{box-shadow:0 0 0 6px #e74c3c00;transform:scale(1.05)}}.user-menu{position:relative}.user-avatar{background:none;border:none;cursor:pointer;padding:0}.avatar-circle,.user-avatar{align-items:center;display:flex}.avatar-circle{background:linear-gradient(135deg,#667eea,#764ba2);border:2px solid #0000;border-radius:50%;color:#fff;font-size:1.1rem;font-weight:600;height:40px;justify-content:center;transition:all .3s;width:40px}.user-avatar:hover .avatar-circle{border-color:#3498db}.avatar-circle img{border-radius:50%}.user-dropdown{animation:dropdownFade .3s ease;background:#fff;border-radius:10px;box-shadow:0 5px 25px #0003;min-width:220px;overflow:hidden;position:absolute;right:0;top:calc(100% + 10px);z-index:1002}@keyframes dropdownFade{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-header{background:#2b2b2b;color:#fff;padding:1rem}.user-name{font-size:1.05rem;font-weight:600;margin:0}.user-email{font-size:.85rem;margin:.3rem 0 0;opacity:.9}.dropdown-divider{background:#e0e0e0;height:1px;margin:0}.dropdown-item{background:none;border:none;cursor:pointer;display:block;font-size:.95rem;padding:.8rem 1rem;text-align:left;transition:all .3s;width:100%}.admin-item{color:#f39c12;font-weight:600}.logout-item{color:#e74c3c}.auth-buttons{align-items:center;display:flex;gap:1rem}.btn-login{border-radius:5px;color:#fff;font-weight:500;padding:.6rem 1.2rem;text-decoration:none;transition:all .3s}.btn-login:hover{background:#ffffff1a}.btn-register{background:#3498db;border-radius:25px;color:#fff;font-weight:600;padding:.6rem 1.5rem;text-decoration:none;transition:all .3s}.btn-register:hover{background:#2980b9;box-shadow:0 4px 12px #3498db66;transform:translateY(-2px)}.hamburger{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:4px;padding:.5rem;z-index:1001}.hamburger span{background:#fff;border-radius:3px;height:3px;transition:all .3s ease;width:25px}.hamburger span.active:first-child{transform:rotate(45deg) translateY(10px)}.hamburger span.active:nth-child(2){opacity:0}.hamburger span.active:nth-child(3){transform:rotate(-45deg) translateY(-10px)}.mobile-menu{background:#2c3e50;box-shadow:-5px 0 15px #0000004d;display:none;flex-direction:column;gap:1rem;height:100vh;max-width:300px;overflow-y:auto;padding:5rem 2rem 2rem;position:fixed;right:-100%;top:0;transition:right .3s ease;width:70%;z-index:1000}.mobile-menu.active{right:0}.mobile-menu a,.mobile-menu button{background:none;border:none;border-radius:5px;color:#fff;cursor:pointer;font-family:inherit;font-size:1.05rem;padding:.8rem 1rem;text-align:left;text-decoration:none;transition:all .3s;width:100%}.mobile-menu a:hover,.mobile-menu button:hover{background:#ffffff1a}.mobile-logout{border-top:1px solid #ffffff1a;color:#e74c3c!important;margin-top:1rem;padding-top:1.5rem!important}.btn-link{background:none;border:none;border-radius:5px;color:#fff;cursor:pointer;font-family:inherit;font-size:1rem;padding:.5rem 1rem;text-decoration:none;transition:color .3s;transition:all .3s}.btn-link:hover{background:#ffffff1a}.btn-primary{background:#3498db;border-radius:5px;color:#fff;padding:.5rem 1rem;text-decoration:none!important}.btn-primary:hover{background:#2980b9;color:#fff!important}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:100px 20px;text-align:center}.hero-content h1{font-size:3rem;margin-bottom:1rem}.hero-content p{font-size:1.5rem;margin-bottom:2rem}.btn-hero{background:#fff;border-radius:30px;color:#667eea;display:inline-block;font-size:1.1rem;font-weight:700;padding:1rem 2rem;text-decoration:none;transition:transform .3s,box-shadow .3s}.btn-hero:hover{box-shadow:0 10px 20px #0003;transform:translateY(-3px)}.featured-properties{padding:60px 20px}.featured-properties h2{color:#2c3e50}.property-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.property-card{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;overflow:hidden;transition:transform .3s,box-shadow .3s}.property-card:hover{box-shadow:0 10px 25px #00000026;transform:translateY(-5px)}.property-card img{height:250px;object-fit:cover;width:100%}.property-info{padding:1.5rem}.property-info h3{color:#2c3e50;font-size:1.3rem;margin-bottom:.5rem}.property-info p{color:#7f8c8d;margin-bottom:.5rem}.price{color:#27ae60!important;font-size:1.5rem;font-weight:700;margin:1rem 0!important}.btn-secondary{background:#b08d57;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;margin:5px;padding:.6rem 1.2rem;transition:all .3s}.btn-secondary:hover{background:#d6c3a3}.footer{background:#2b2b2b;color:#fff;margin-top:auto;padding:2rem 0;text-align:center}.auth-page{align-items:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;justify-content:center;min-height:calc(100vh - 200px);padding:2rem}.auth-container{max-width:500px;width:100%}.auth-card{background:#fff;border-radius:15px;box-shadow:0 10px 40px #0000001a;padding:3rem}.auth-card h1{color:#2c3e50;font-size:2rem;margin-bottom:.5rem;text-align:center}.auth-subtitle{color:#7f8c8d;margin-bottom:2rem;text-align:center}.form-group{margin-bottom:1.5rem}.form-group label{color:#2c3e50;display:block;font-weight:600;margin-bottom:.5rem}.form-group input{border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;padding:.8rem;transition:border-color .3s;width:100%}.form-group input:focus{border-color:#3498db;outline:none}.btn-submit{align-items:center;background:#2b2b2b;border:none;border-radius:.375rem;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;margin:1.5rem 0 0;max-width:none;min-width:200px;padding:.75rem 2rem;transition:all .15s ease;width:auto}.btn-submit:hover{color:#fff;transform:translateY(-2px)}.btn-submit:active{transform:translateY(0)}.btn-submit:focus{box-shadow:0 0 0 3px #d6c3a366;outline:none}.btn-submit:disabled{background:#95a5a6;cursor:not-allowed;transform:none}.auth-footer{color:#7f8c8d;margin-top:2rem;text-align:center}.auth-footer a{color:#3498db;font-weight:600;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.demo-credentials{background:#f8f9fa;border-left:4px solid #3498db;border-radius:8px;margin-top:2rem;padding:1rem}.demo-credentials p{color:#555;font-size:.9rem;margin:.3rem 0}.demo-credentials strong{color:#2c3e50}.properties-page{min-height:calc(100vh - 200px)}.filters-section{background:#f8f9fa;border-bottom:1px solid #e0e0e0;padding:2rem 0}.filters-section h2{color:#2c3e50;margin-bottom:1.5rem}.filters-grid{grid-gap:1rem;gap:1rem}.filter-group label{color:#2c3e50}.filter-group input,.filter-group select{border:2px solid #e0e0e0;border-radius:5px;font-size:1rem;padding:.7rem;transition:border-color .3s}.filter-group input:focus,.filter-group select:focus{border-color:#3498db}.results-section{padding:3rem 0}.results-header h2{color:#2c3e50}.results-header p{color:#7f8c8d;font-size:1.1rem}.property-image-wrapper{overflow:hidden;position:relative}.property-badge{background:#3a3a3a;border-radius:20px;color:#fff;font-size:.9rem;font-weight:600;padding:.5rem 1rem;position:absolute;right:15px;top:15px}.location{color:#7f8c8d;margin:.5rem 0}.property-details{color:#555;display:flex;gap:1rem;margin:1rem 0}.property-details span{font-size:.9rem}.loading{color:#7f8c8d;font-size:1.2rem;padding:3rem;text-align:center}.no-results{border-radius:10px;padding:3rem}.no-results p{color:#7f8c8d;font-size:1.2rem}.pagination{gap:2rem;margin-top:3rem;padding:2rem 0}.pagination-btn{background:#3498db;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;padding:.8rem 1.5rem;transition:background .3s}.pagination-btn:hover:not(:disabled){background:#2980b9}.pagination-btn:disabled{background:#95a5a6;cursor:not-allowed}.pagination-info{color:#2c3e50;font-size:1.1rem;font-weight:600}.property-detail-page{min-height:calc(100vh - 200px);padding:2rem 0}.property-slideshow{background:#000;border-radius:15px;box-shadow:0 10px 40px #0000004d;margin:2rem 0;overflow:hidden}.slideshow-container{position:relative}.slideshow-main-image{background:#000;cursor:pointer;height:600px;overflow:hidden;position:relative;width:100%}.slideshow-main-image img{height:100%;object-fit:contain;transition:transform .3s ease;width:100%}.slideshow-main-image:hover img{transform:scale(1.02)}.slideshow-next,.slideshow-prev{background:#0009;border:none;color:#fff;cursor:pointer;font-size:2rem;padding:1.5rem 1rem;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s;z-index:10}.slideshow-prev{border-radius:0 10px 10px 0;left:0}.slideshow-next{border-radius:10px 0 0 10px;right:0}.slideshow-next:hover,.slideshow-prev:hover{background:#000000e6}.slideshow-counter{font-weight:600;top:20px}.slideshow-counter,.slideshow-zoom-hint{background:#000000b3;border-radius:20px;color:#fff;padding:.5rem 1rem;position:absolute;right:20px}.slideshow-zoom-hint{bottom:20px;font-size:.85rem;opacity:0;transition:opacity .3s}.slideshow-main-image:hover .slideshow-zoom-hint{opacity:1}.slideshow-thumbnails{background:#1a1a1a;display:flex;gap:10px;overflow-x:auto;padding:15px}.thumbnail{border:3px solid #0000;border-radius:8px;cursor:pointer;flex-shrink:0;height:80px;overflow:hidden;transition:all .3s;width:120px}.thumbnail img{height:100%;object-fit:cover;width:100%}.thumbnail:hover{border-color:#667eea;transform:scale(1.05)}.thumbnail.active{border-color:#667eea;box-shadow:0 0 15px #667eea99}.slideshow-dots{background:#1a1a1a;padding:15px;text-align:center}.dot{background:#555;border-radius:50%;cursor:pointer;display:inline-block;height:12px;margin:0 5px;transition:all .3s;width:12px}.dot:hover{background:#888}.dot.active{background:#667eea}.lightbox-overlay{align-items:center;animation:fadeIn .3s ease;background:#000000f2;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.lightbox-content{max-height:90vh;max-width:90vw;position:relative}.lightbox-content img{max-height:90vh;max-width:100%;object-fit:contain}.lightbox-close{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:2rem;height:50px;justify-content:center;line-height:1;position:absolute;right:20px;top:20px;transition:all .3s;width:50px;z-index:10000}.lightbox-close:hover{background:#ffffff4d;transform:rotate(90deg)}.lightbox-next,.lightbox-prev{background:#fff3;border:none;color:#fff;cursor:pointer;font-size:3rem;padding:2rem 1.5rem;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s}.lightbox-prev{left:20px}.lightbox-next{right:20px}.lightbox-next:hover,.lightbox-prev:hover{background:#fff6}.lightbox-counter{background:#000000b3;border-radius:25px;bottom:20px;color:#fff;font-weight:600;left:50%;padding:.8rem 1.5rem;position:absolute;transform:translateX(-50%)}.detail-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.detail-header h1{font-size:2.5rem;margin-bottom:.5rem}.btn-favorite{background:#fff;border:2px solid #e74c3c;border-radius:25px;cursor:pointer;font-size:1rem;padding:.8rem 1.5rem;transition:all .3s}.btn-favorite.active{background:#e74c3c;color:#fff}.price-badge{background:#f0f0f0;border-radius:10px;color:#27ae60;font-size:1.7rem;font-weight:700;padding:.3rem 1.2rem}.property-images{margin-bottom:3rem}.main-image img{border-radius:10px;height:500px;object-fit:cover;width:100%}.thumbnail-images{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr);margin-top:1rem}.thumbnail-images img{border-radius:8px;cursor:pointer;height:150px;object-fit:cover;transition:transform .3s;width:100%}.thumbnail-images img:hover{transform:scale(1.05)}.detail-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:2fr 1fr}.info-card{background:#fff;border-radius:10px;box-shadow:0 2px 8px #00000014;box-shadow:var(--shadow-sm);margin-bottom:2rem;padding:2rem}.info-card h2{border-bottom:2px solid #3498db;color:#2c3e50;margin-bottom:1.5rem;padding-bottom:.5rem}.info-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}.info-item{border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:.8rem 0}.info-item .label{color:#555;font-weight:600}.info-item .value{color:#2c3e50}.description{color:#555;line-height:1.8;white-space:pre-line}.extras-grid{display:flex;flex-wrap:wrap;gap:.8rem}.extra-badge{background:#e8f4f8;border-radius:20px;color:#2c3e50;font-size:.9rem;padding:.6rem 1rem}.contact-card,.stats-card{background:#fff;border-radius:10px;box-shadow:0 2px 8px #00000014;box-shadow:var(--shadow-sm);margin-bottom:1.5rem;padding:2rem}.contact-card h3,.stats-card h3{color:#2c3e50;margin-bottom:1rem}.contact-info p{color:#555;margin:.8rem 0}.contact-info a{color:#3498db;text-decoration:none}.btn-contact{background:#2b2b2b;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;margin-top:1rem;padding:1rem;width:50%}.featured-badge{color:#f39c12;font-weight:600}.search-page{min-height:calc(100vh - 200px);padding:2rem 0}.page-subtitle{color:#7f8c8d;margin-bottom:3rem;text-align:center}.search-form{background:#fff;border-radius:10px;box-shadow:0 2px 8px #00000014;box-shadow:var(--shadow-sm);margin-bottom:3rem;padding:2rem}.search-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.full-width{grid-column:1/-1}.search-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.btn-reset,.btn-search{border:none;border-radius:8px;cursor:pointer;font-size:1.1rem;padding:1rem 3rem;transition:all .3s}.btn-reset{background:#95a5a6}.btn-reset:hover{background:#7f8c8d}.search-results{margin-top:3rem}.search-results h2{color:#2c3e50;margin-bottom:2rem}.favorites-page{min-height:calc(100vh - 200px);padding:2rem 0}.no-favorites{background:#fff;border-radius:10px;box-shadow:0 2px 8px #00000014;box-shadow:var(--shadow-sm);padding:4rem 2rem;text-align:center}.no-favorites h2{color:#7f8c8d;font-size:2rem;margin-bottom:1rem}.no-favorites p{color:#95a5a6;font-size:1.2rem;margin-bottom:2rem}.remove-favorite-btn{background:#0009;border:none;border-radius:50%;color:#e74c3c;cursor:pointer;font-size:1.2rem;padding:.8rem;position:absolute;right:10px;top:10px;transition:all .3s}.remove-favorite-btn:hover{background:#e74c3c;color:#000;transform:scale(1.1)}.dashboard-page{min-height:calc(100vh - 200px);padding:2rem 0}.dashboard-header{flex-wrap:wrap;justify-content:space-between;margin-bottom:2rem}.dashboard-header,.header-actions{align-items:center;display:flex;gap:1rem}.user-greeting{color:#7f8c8d;font-size:1.2rem;margin-top:.5rem}.btn-logout{background:#e74c3c;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;height:50px;padding:.8rem 1.5rem}.btn-logout:hover{background:#c0392b}.user-info-card{background:#fff;border-radius:10px;box-shadow:0 2px 8px #00000014;box-shadow:var(--shadow-sm);margin-bottom:2rem;padding:2rem}.user-details p{font-size:1.05rem;margin:1rem 0}.my-properties-section{background:#fff;border-radius:10px;box-shadow:0 2px 8px #00000014;box-shadow:var(--shadow-sm);padding:2rem}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.no-properties{color:#7f8c8d;padding:3rem;text-align:center}.properties-table{overflow-x:auto}.properties-table table{border-collapse:collapse;width:100%}.properties-table th{background:#f8f9fa;border-bottom:2px solid #dee2e6;font-weight:600;padding:1rem;text-align:left}.properties-table td{border-bottom:1px solid #dee2e6;padding:1rem}.table-thumbnail{border-radius:5px;height:75px;object-fit:cover;width:100px}.status-badge{border-radius:15px;padding:.4rem .8rem}.status-badge.aktiv{background:#d4edda;color:#155724}.status-badge.inaktiv{background:#f8d7da;color:#721c24}.action-buttons{display:flex;gap:.5rem}.btn-delete,.btn-edit,.btn-view{border:none;border-radius:5px;cursor:pointer;display:inline-block;font-size:1.2rem;height:35px;padding:.5rem;text-decoration:none;width:35px}.btn-view{background:#3498db}.btn-edit{background:#f39c12}.btn-delete{background:#e74c3c}.add-property-page,.edit-property-page{min-height:calc(100vh - 200px);padding:2rem 0}.property-form{background:#fff;border-radius:10px;box-shadow:0 2px 8px #00000014;box-shadow:var(--shadow-sm);padding:2rem}.form-section{border-bottom:2px solid #f0f0f0;margin-bottom:3rem;padding-bottom:2rem}.form-section h2{color:#2c3e50;margin-bottom:1.5rem}.form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.property-form textarea{border:2px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:1rem;padding:.8rem;resize:vertical;width:100%}.checkbox-group,.checkbox-group label{align-items:center;display:flex}.checkbox-group label{cursor:pointer}.checkbox-group input[type=checkbox]{cursor:pointer;height:20px;margin-right:.5rem;width:20px}.file-input{border:2px dashed #3498db;border-radius:8px;cursor:pointer;padding:.8rem}.file-info{color:#27ae60;font-weight:600;margin-top:.5rem}.form-actions{border-top:2px solid #f0f0f0;display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:2rem}.not-found-page{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 200px)}.not-found-content{padding:3rem;text-align:center}.error-code{color:#3498db;font-size:8rem;font-weight:900;line-height:1;margin-bottom:1rem}.not-found-content h2{color:#2c3e50;font-size:2rem;margin-bottom:1rem}.not-found-content p{color:#7f8c8d;font-size:1.2rem;margin-bottom:2rem}.not-found-actions{flex-wrap:wrap;gap:1rem}.modal-overlay,.not-found-actions{display:flex;justify-content:center}.modal-overlay{align-items:center;animation:fadeIn .3s ease;background:#000000b3;bottom:0;left:0;position:fixed;right:0;top:0;z-index:2000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{animation:slideUp .3s ease;background:#fff;border-radius:15px;max-height:90vh;max-width:600px;overflow-y:auto;width:90%}.modal-header{align-items:center;border-bottom:2px solid #f0f0f0;display:flex;justify-content:space-between;padding:1.5rem 2rem}.modal-header h2{color:#2c3e50;margin:0}.modal-close{background:none;border:none;color:#7f8c8d;cursor:pointer;font-size:2rem;transition:color .3s}.modal-close:hover{color:#2c3e50}.modal-body{padding:2rem}.recipient-info{background:#f8f9fa;border-radius:8px;color:#555;margin-bottom:1.5rem;padding:1rem}.modal-actions{display:flex;gap:.1rem;justify-content:flex-end;margin-top:1.5rem}.btn-cancel{align-items:center;background:#2b2b2b;border:none;border-radius:.375rem;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;margin:1.5rem 0 0;max-width:none;min-width:100px;padding:.75rem 2rem;transition:all .15s ease;width:auto}.btn-cancel:hover{background:#7f8c8d}.btn-send{background:#3498db;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:.8rem 1.5rem}.btn-send:hover{background:#2980b9}.btn-send:disabled{background:#95a5a6;cursor:not-allowed}.skeleton{pointer-events:none}.skeleton-image{animation:loading 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:10px 10px 0 0;height:250px;width:100%}.skeleton-title{height:24px;margin-bottom:.8rem;width:80%}.skeleton-text,.skeleton-title{animation:loading 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:4px}.skeleton-text{height:16px;margin-bottom:.5rem;width:100%}.skeleton-text.short{width:60%}.skeleton-price{border-radius:4px;height:28px;margin:1rem 0;width:50%}.skeleton-button,.skeleton-price{animation:loading 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%}.skeleton-button{border-radius:8px;height:40px;margin-top:1rem}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.admin-page{background:#f8f9fa;min-height:calc(100vh - 200px);padding:2rem 0}.admin-link{color:#f39c12!important;font-weight:700}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:2rem 0 3rem}.stat-card{align-items:center;background:#fff;border-radius:15px;box-shadow:0 5px 15px #0000001a;display:flex;gap:1.5rem;padding:2rem;transition:transform .3s}.stat-card:hover{transform:translateY(-5px)}.stat-icon{align-items:center;background:#fff;border-radius:15px;display:flex;font-size:3rem;height:80px;justify-content:center;width:80px}.stat-info h3{color:#2c3e50;font-size:2.5rem;margin:0}.stat-info p{color:#7f8c8d;font-size:1.1rem;margin:0}.admin-tabs{border-bottom:2px solid #e0e0e0;display:flex;gap:1rem;margin-bottom:2rem}.tab-btn{background:none;border:none;border-bottom:3px solid #0000;color:#7f8c8d;cursor:pointer;font-size:1.1rem;padding:1rem 2rem;transition:all .3s}.tab-btn.active{border-bottom-color:#3498db;color:#3498db;font-weight:600}.tab-content{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;padding:2rem}.table-responsive{margin-top:1rem}.admin-table th{background:#f8f9fa;border-bottom:2px solid #dee2e6;font-weight:600;padding:1rem;text-align:left;white-space:nowrap}.admin-table td{border-bottom:1px solid #dee2e6;padding:1rem;vertical-align:middle}.admin-table tr:hover{background:#f8f9fa}.admin-table tr.suspended-row{background:#fff3cd;opacity:.85}.admin-table tr.suspended-row:hover{background:#ffe69c;opacity:1}.status-badge{border-radius:20px;display:inline-block;font-size:.85rem;padding:.35rem .75rem}.status-badge.status-active{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.status-badge.status-suspended{background:#fff3cd;border:1px solid #ffeaa7;color:#856404}.btn-reactivate{background:#28a745;border-radius:5px;font-size:1rem;padding:.5rem .75rem}.btn-reactivate:hover{background:#218838}.admin-thumbnail{border-radius:5px;height:60px;width:80px}.type-badge{background:#e8f4f8;color:#2c3e50;text-transform:capitalize}.role-badge,.type-badge{border-radius:15px;font-size:.85rem;font-weight:600;padding:.4rem .8rem}.role-badge{white-space:nowrap}.role-badge.admin{background:#fff3cd;color:#856404}.role-badge.user{background:#d1ecf1;color:#0c5460}.status-toggle{border:none;border-radius:20px;cursor:pointer;font-weight:600;padding:.5rem 1rem;transition:all .3s}.status-toggle.aktiv{background:#d4edda;color:#155724}.status-toggle.inaktiv{background:#f8d7da;color:#721c24}.status-toggle:hover{transform:scale(1.05)}.admin-section{padding:3rem;text-align:center}.coming-soon{font-size:3rem;margin:2rem 0}.messages-page{min-height:calc(100vh - 200px);padding:2rem 0}.messages-tabs{border-bottom:2px solid #e0e0e0;display:flex;gap:1rem;margin:2rem 0}.messages-tabs .tab-btn{align-items:center;background:none;border:none;border-bottom:3px solid #0000;color:#7f8c8d;cursor:pointer;display:flex;font-size:1.1rem;gap:.5rem;padding:1rem 2rem;transition:all .3s}.messages-tabs .tab-btn.active{border-bottom-color:#3498db;color:#3498db;font-weight:600}.messages-tabs .badge{background:#e74c3c;border-radius:12px;color:#fff;font-size:.85rem;font-weight:600;padding:.2rem .6rem}.messages-list{background:#fff;border-radius:10px;box-shadow:0 2px 8px #00000014;box-shadow:var(--shadow-sm);overflow:hidden}.message-item{border-bottom:1px solid #f0f0f0;cursor:pointer;padding:1.5rem;transition:background .3s}.message-item:hover{background:#f8f9fa}.message-item.unread{background:#e8f4f8;border-left:4px solid #3498db}.message-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.message-from{align-items:center;display:flex;gap:1rem}.avatar-small{font-size:1.2rem}.message-from h4{align-items:center;color:#2c3e50;display:flex;font-size:1.1rem;gap:.5rem;margin:0}.unread-dot{color:#3498db;font-size:1.5rem;line-height:0}.message-property{color:#7f8c8d;margin:.3rem 0 0}.message-meta{align-items:center;display:flex;gap:1rem}.message-time{color:#000;font-size:.9rem;white-space:nowrap}.btn-delete-msg{background:none;border:none;cursor:pointer;font-size:1.2rem;opacity:.5;padding:.3rem;transition:opacity .3s}.btn-delete-msg:hover{opacity:1}.message-content{margin-left:61px}.message-subject{color:#2c3e50}.message-text{color:#000}.no-messages{color:#7f8c8d;font-size:1.2rem;padding:4rem 2rem;text-align:center}.notifications-page{min-height:calc(100vh - 200px);padding:2rem 0}.notifications-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.unread-banner{animation:pulse 2s infinite;background:#2b2b2b;border-radius:10px;color:#fff;font-weight:600;margin-bottom:1.5rem;padding:1rem 1.5rem;text-align:center;width:100%}.notifications-list{background:#fff;border-radius:10px;box-shadow:0 2px 8px #00000014;box-shadow:var(--shadow-sm);overflow:hidden}.notification-item{align-items:center;animation:slideInLeft .3s ease;border-bottom:1px solid #f0f0f0;cursor:pointer;display:flex;gap:1rem;padding:1.5rem;position:relative;transition:all .3s}.notification-item:hover{background:#f8f9fa}.notification-item.unread{background:#e8f4f8;border-left:4px solid #3498db}.notification-icon{align-items:center;border-radius:50%;display:flex;font-size:2rem;height:60px;justify-content:center;width:60px}.notification-content{flex:1 1}.notification-content h4{color:#2c3e50;font-size:1.05rem;margin:0 0 .5rem}.notification-content p{color:#555;line-height:1.5;margin:0 0 .5rem}.notification-time{color:#95a5a6;font-size:.85rem}.btn-delete-notification{background:none;border:none;cursor:pointer;font-size:1.3rem;opacity:.5;padding:.5rem;transition:opacity .3s}.btn-delete-notification:hover{opacity:1}.unread-indicator{animation:pulse 2s infinite;background:#3498db;border-radius:50%;height:12px;position:absolute;right:1.5rem;top:1.5rem;width:12px}.no-notifications{color:#7f8c8d;font-size:1.2rem;padding:4rem 2rem;text-align:center}.analytics-page{min-height:calc(100vh - 200px);padding:2rem 0}.analytics-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.analytics-card{align-items:center;animation:fadeIn .5s ease;background:#fff;border-radius:15px;box-shadow:0 5px 15px #0000001a;box-shadow:var(--shadow-md);display:flex;gap:1.5rem;padding:2rem;transition:all .3s}.analytics-card:hover{box-shadow:0 10px 25px #00000026;box-shadow:var(--shadow-lg);transform:translateY(-5px)}.analytics-card.favorites,.analytics-card.messages,.analytics-card.properties,.analytics-card.views{background:#fff;color:#fff}.analytics-icon{align-items:center;background:#fff3;border-radius:50%;display:flex;font-size:3rem;height:80px;justify-content:center;width:80px}.analytics-info h3{font-size:2.5rem;font-weight:700;margin:0}.analytics-info p{font-size:1.1rem;margin:.5rem 0;opacity:.9}.analytics-trend{display:block;font-size:.9rem;margin-top:.5rem;opacity:.8}.top-property-section{margin:3rem 0}.top-property-card{grid-gap:2rem;animation:slideInLeft .5s ease;background:#fff;border-radius:15px;box-shadow:0 5px 15px #0000001a;box-shadow:var(--shadow-md);display:grid;gap:2rem;grid-template-columns:400px 1fr;overflow:hidden}.top-property-card img{height:300px;object-fit:cover;width:100%}.top-property-info{padding:2rem}.top-property-info h3{color:#2c3e50;font-size:1.8rem;margin:0 0 .5rem}.top-property-stats{display:flex;gap:2rem;margin-top:1.5rem}.stat-item{align-items:center;display:flex;font-size:1.1rem;gap:.5rem}.stat-icon{font-size:1.5rem}.recent-activity-section{margin:3rem 0}.activity-list{background:#fff;border-radius:15px;box-shadow:0 2px 8px #00000014;box-shadow:var(--shadow-sm);overflow:hidden}.activity-item{align-items:flex-start;animation:slideInRight .5s ease;border-bottom:1px solid #f0f0f0;display:flex;gap:1.5rem;padding:1.5rem}.activity-icon{align-items:center;background:#f8f9fa;border-radius:50%;display:flex;flex-shrink:0;font-size:2.5rem;height:60px;justify-content:center;width:60px}.activity-content{flex:1 1}.activity-content strong{color:#2c3e50}.activity-description{color:#555;margin:.3rem 0}.activity-time{color:#95a5a6;font-size:.85rem}.no-activity{color:#7f8c8d;padding:3rem;text-align:center}.tips-section{margin:3rem 0}.tips-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.tip-card{animation:fadeIn .6s ease;background:#fff;border-radius:15px;box-shadow:0 2px 8px #00000014;box-shadow:var(--shadow-sm);padding:2rem;text-align:center;transition:all .3s}.tip-card:hover{box-shadow:0 5px 15px #0000001a;box-shadow:var(--shadow-md);transform:translateY(-5px)}.tip-icon{font-size:3rem}.tip-card h4{color:#2c3e50;font-size:1.2rem;margin:0 0 .5rem}.tip-card p{color:#7f8c8d;line-height:1.6;margin:0}.chat-page{background:#f5f7fa;min-height:calc(100vh - 60px);padding:0}.chat-container{background:#fff;display:flex;flex-direction:column;height:calc(100vh - 60px);margin:0 auto;max-width:1000px}.chat-header{align-items:center;background:#0a84ff;box-shadow:0 2px 10px #0000001a;color:#fff;display:flex;gap:1.5rem;padding:1.5rem 2rem}.btn-back{background:#fff3;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.6rem 1.2rem;transition:all .3s}.btn-back:hover{background:#ffffff4d}.chat-user-info{gap:1rem}.chat-avatar,.chat-user-info{align-items:center;display:flex}.chat-avatar{background:#ffffff4d;border-radius:50%;font-size:1.5rem;font-weight:600;height:50px;justify-content:center;overflow:hidden;width:50px}.chat-avatar img{height:100%;object-fit:cover;width:100%}.chat-user-info h2{font-size:1.4rem;margin:0}.chat-user-email{font-size:.9rem;margin:.3rem 0 0;opacity:.9}.chat-messages{background:#f8f9fa;flex:1 1;overflow-y:auto;padding:2rem}.no-messages-chat{color:#7f8c8d;padding:4rem 2rem;text-align:center}.chat-message{animation:slideInLeft .3s ease;display:flex;margin-bottom:1rem}.chat-message.sent{animation:slideInRight .3s ease;justify-content:flex-end}.message-bubble{border-radius:20px;max-width:70%;padding:1rem 1.5rem;position:relative}.chat-message.received .message-bubble{background:#e5e5ea;box-shadow:0 2px 10px #0000000d;color:#000}.chat-message.sent .message-bubble{background:#0a84ff;color:#fff}.message-subject{border-bottom:1px solid #fff3;font-weight:600;margin:0 0 .5rem;padding-bottom:.5rem}.message-property{font-size:.9rem;margin:0 0 .5rem;opacity:.9}.message-text{word-wrap:break-word;line-height:1.6;margin:0}.message-time{display:block;font-size:.75rem;margin-top:.5rem;opacity:.7;text-align:right}.chat-input-form{align-items:center;background:#fff;border-top:1px solid #e0e0e0;display:flex;gap:1rem;padding:1.5rem 2rem}.chat-input-form input{border:2px solid #e0e0e0;border-radius:25px;flex:1 1;font-size:1rem;outline:none;padding:1rem 1.5rem;transition:all .3s}.chat-input-form input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.chat-input-form button{align-items:center;background:#0a84ff;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:60px;justify-content:center;transition:all .3s;width:60px}.chat-input-form button:hover:not(:disabled){box-shadow:0 5px 20px #667eea66;transform:scale(1.1)}.chat-input-form button:disabled{cursor:not-allowed;opacity:.5}.new-messages-banner{animation:slideUp .3s ease;background:#5865f2;border-radius:25px;bottom:90px;box-shadow:0 4px 12px #5865f266;color:#fff;cursor:pointer;font-weight:600;left:50%;padding:.8rem 1.5rem;position:absolute;transform:translateX(-50%);transition:all .3s;z-index:100}.new-messages-banner:hover{background:#4752c4;box-shadow:0 6px 16px #5865f299;transform:translateX(-50%) scale(1.05)}@keyframes slideUp{0%{bottom:70px;opacity:0}to{bottom:90px;opacity:1}}.edit-profile-page{min-height:calc(100vh - 200px);padding:2rem 0}.edit-profile-form{margin:0 auto;max-width:800px}.profile-image-section{background:#fff;border-radius:10px;box-shadow:0 2px 8px #00000014;box-shadow:var(--shadow-sm);margin-bottom:2rem;padding:2rem}.image-upload-wrapper{align-items:center;display:flex;flex-wrap:wrap;gap:2rem}.current-profile-image{border:4px solid #e0e0e0;border-radius:50%;flex-shrink:0;height:150px;overflow:hidden;width:150px}.current-profile-image img{height:100%;object-fit:cover;width:100%}.avatar-large{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;font-size:4rem;font-weight:600;height:100%;justify-content:center;width:100%}.upload-controls{flex:1 1}.btn-upload{background:#3498db;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-weight:600;margin-bottom:.5rem;padding:.8rem 1.5rem;transition:all .3s}.btn-upload:hover{background:#2980b9;transform:translateY(-2px)}.upload-hint{color:#7f8c8d;font-size:.9rem;margin:0}.scroll-to-top{align-items:center;background:#2b2b2b;border:none;border-radius:50%;bottom:2rem;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:50px;justify-content:center;position:fixed;right:2rem;transition:all .3s ease;width:50px;z-index:1000}.scroll-to-top:hover{box-shadow:0 6px 16px #0006;transform:translateY(-5px)}.scroll-to-top:active{transform:translateY(-2px)}@media (max-width:1024px){.nav-items-desktop{display:none}.hamburger,.mobile-menu{display:flex}.navbar-search{max-width:300px}}@media (max-width:768px){.hamburger{display:flex}.nav-links{background:#2c3e50;box-shadow:-5px 0 15px #0000004d;flex-direction:column;gap:2rem;height:100vh;justify-content:center;padding:2rem;position:fixed;right:-100%;top:0;transition:right .3s ease;width:70%;z-index:1000}.nav-links.active{right:0}.nav-links li{text-align:center;width:100%}.nav-links a,.nav-links button{display:block;font-size:1.2rem;padding:.8rem}.btn-primary{width:100%}.hero-content h1{font-size:2rem}.hero-content p{font-size:1.2rem}.filters-grid,.property-grid,.search-grid{grid-template-columns:1fr}.detail-header{align-items:flex-start;flex-direction:column}.header-actions{flex-direction:column;width:100%}.detail-content{grid-template-columns:1fr}.thumbnail-images{grid-template-columns:repeat(2,1fr)}.stats-grid{grid-template-columns:1fr}.admin-table{font-size:.85rem}.admin-thumbnail{height:45px;width:60px}.auth-card{padding:2rem}.form-row{grid-template-columns:1fr}.modal-content{margin:1rem;width:95%}.scroll-to-top{bottom:1rem;height:45px;right:1rem;width:45px}.results-header{align-items:flex-start}.pagination,.results-header{flex-direction:column;gap:1rem}.pagination-btn{width:100%}}@media (max-width:480px){.navbar .container{padding:.5rem 1rem}.logo{font-size:1.2rem}.hero{padding:60px 20px}.hero-content h1{font-size:1.5rem}.stat-card{padding:1.5rem}.stat-icon{height:60px;width:60px}.stat-icon,.stat-info h3{font-size:2rem}.error-code{font-size:5rem}.not-found-content h2{font-size:1.5rem}.not-found-actions{flex-direction:column}.not-found-actions a{width:100%}}.suspend-modal{max-width:700px}.suspend-modal .form-group{margin:3rem 0}.suspend-modal label{color:#2c3e50;display:block;font-weight:600;margin-bottom:.5rem}.form-textarea{border:2px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:.95rem;padding:.8rem;resize:vertical;transition:border-color .3s;width:100%}.form-textarea:focus{border-color:#667eea;outline:none}.modal-note{background:#e3f2fd;border-radius:8px;color:#1976d2;font-size:.9rem;margin:1rem 0;padding:1rem}.btn-suspend{background:#e74c3c;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;margin:5px;padding:.6rem 1.2rem;transition:all .3s}.btn-suspend:hover{background:#c0392b;transform:translateY(-2px)}.btn-suspend:disabled{cursor:not-allowed;opacity:.5}.btn-reactivate{background:#27ae60;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;padding:.5rem 1rem;transition:all .3s}.btn-reactivate:hover{background:#229954}.suspension-reason{color:#666;font-size:.85rem;line-height:1.4;max-width:300px}.role-select{background:#fff;border:2px solid #e0e0e0;border-radius:6px;cursor:pointer;font-size:.9rem;padding:.5rem;transition:all .3s}.role-select:focus,.role-select:hover{border-color:#667eea}.role-select:focus{box-shadow:0 0 0 3px #667eea1a;outline:none}.avatar-small{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-weight:600;height:45px;justify-content:center;overflow:hidden;position:relative;width:45px}.avatar-small img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.avatar-fallback{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.nav-icon-link{background:none;border:none;cursor:pointer;transition:transform .3s}.nav-icon-link:hover{transform:scale(1.1)}.nav-dropdown{animation:dropdownSlide .3s ease;max-height:500px;width:350px}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.nav-dropdown h3{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px 12px 0 0;padding:1rem 1.2rem}.dropdown-items{max-height:350px}.dropdown-item{border-bottom:1px solid #f0f0f0;color:#2c3e50;display:flex;gap:1rem;padding:1rem 1.2rem;text-decoration:none;transition:background .2s}.dropdown-item:hover{background:#f8f9fa}.dropdown-item:last-child{border-bottom:none}.dropdown-item-content strong{font-size:.95rem;margin-bottom:.3rem}.dropdown-item-content p{font-size:.85rem}.dropdown-item-content small{margin-top:.3rem}.dropdown-empty{font-size:.9rem;padding:2rem 1.2rem}.dropdown-footer{background:#f8f9fa;border-radius:0 0 12px 12px;color:#9da2c2;padding:1rem 1.2rem;transition:all .3s}.dropdown-footer:hover{background:#667eea;color:#fff}.notification-item .dropdown-item-content p{line-height:1.4;white-space:normal}.nav-dropdown{animation:slideDown .3s ease;border-radius:12px;box-shadow:0 8px 24px #00000026;min-width:350px;top:calc(100% + 15px);z-index:1001}.nav-dropdown h3{border-bottom:2px solid #f0f0f0;color:#2c3e50;font-size:1.1rem;padding:1rem 1.25rem}.dropdown-item.message-item,.dropdown-item.notification-item{border-bottom:1px solid #f5f5f5;color:inherit;display:flex;gap:.75rem;padding:1rem 1.25rem;text-decoration:none;transition:background .2s}.dropdown-item.message-item:hover,.dropdown-item.notification-item:hover{background:#f8f9fa}.dropdown-item-avatar{align-items:center;color:#fff;display:flex;font-weight:600;height:40px;justify-content:center;width:40px}.dropdown-item-content strong{color:#2c3e50}.dropdown-item-content p{color:#666;font-size:.9rem;margin:.25rem 0}.dropdown-item-content small{color:#999;font-size:.8rem}.dropdown-empty{color:#999;font-style:italic;padding:2rem 1.25rem}.dropdown-footer{border-top:2px solid #f0f0f0;color:#667eea;display:block;font-weight:600;padding:.75rem 1.25rem;text-align:center;text-decoration:none;transition:background .2s}.dropdown-footer:hover{background:#f8f9fa}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.suspension-warning{background:linear-gradient(135deg,#ff6b6b,#ee5a6f);border-radius:12px;box-shadow:0 4px 12px #ee5a6f4d;color:#fff;margin-bottom:2rem;padding:1.5rem}.suspension-warning h3{font-size:1.3rem;margin:0 0 .75rem}.suspension-warning p{font-size:.95rem;line-height:1.6;margin:.5rem 0}.suspension-warning strong{font-weight:700}.btn-deactivate{background-color:orange;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem .75rem;transition:all .2s ease}.btn-deactivate:hover{background-color:#ff8c00;transform:scale(1.05)}svg{display:inline-block;flex-shrink:0}.analytics-icon,.btn,.dropdown-item,.nav-link,.stat-icon,.tab-btn,.tip-icon,a,button,label{align-items:center!important;display:inline-flex!important;gap:.5rem!important}.nav-link svg,.navbar svg{flex-shrink:0;height:1.25rem!important;width:1.25rem!important}.dropdown-item svg,.dropdown-menu a svg{flex-shrink:0;height:1.125rem!important;margin-right:.5rem;width:1.125rem!important}.btn svg,.btn-hero svg,.btn-primary svg,.btn-secondary svg,.btn-submit svg,button svg{flex-shrink:0;height:1.125rem!important;vertical-align:middle;width:1.125rem!important}.btn-lg svg{height:1.375rem!important;width:1.375rem!important}.btn-sm svg{height:1rem!important;width:1rem!important}.btn-deactivate,.btn-delete,.btn-edit,.btn-icon,.btn-reactivate,.btn-view{align-items:center!important;display:inline-flex!important;height:2.5rem!important;justify-content:center!important;padding:0!important;width:2.5rem!important}.btn-deactivate svg,.btn-delete svg,.btn-edit svg,.btn-icon svg,.btn-reactivate svg,.btn-view svg{height:1.125rem!important;margin:0!important;width:1.125rem!important}.form-label,label{align-items:center!important;display:flex!important;gap:.5rem!important}.form-label svg,label svg{color:#3a3a3a;color:var(--primary-color,#10b981);flex-shrink:0;height:1rem!important;width:1rem!important}.analytics-icon{align-items:center!important;border-radius:1rem;display:flex!important;flex-shrink:0;height:4rem!important;justify-content:center!important;width:4rem!important}.analytics-icon svg{height:2rem!important;width:2rem!important}.stat-icon,.stats-icon{align-items:center!important;display:flex!important;flex-shrink:0;height:3.5rem!important;justify-content:center!important;width:3.5rem!important}.stat-icon svg,.stats-icon svg{height:1.75rem!important;width:1.75rem!important}.tip-icon{align-items:center!important;border-radius:.75rem;display:flex!important;flex-shrink:0;height:3rem!important;justify-content:center!important;margin-bottom:1rem;width:3rem!important}.tip-icon svg{height:1.5rem!important;width:1.5rem!important}.tab-btn{align-items:center!important;display:inline-flex!important;gap:.5rem!important;padding:.75rem 1.5rem}.tab-btn svg{flex-shrink:0;height:1.125rem!important;width:1.125rem!important}.notification-icon{align-items:center!important;display:flex!important;flex-shrink:0;height:2.5rem!important;justify-content:center!important;width:2.5rem!important}.notification-icon svg{height:1.25rem!important;width:1.25rem!important}.action-buttons{flex-wrap:nowrap}.action-buttons .btn-deactivate,.action-buttons .btn-delete,.action-buttons .btn-edit,.action-buttons .btn-reactivate,.action-buttons .btn-view,.action-buttons a,.action-buttons button{align-items:center!important;border-radius:.5rem;display:inline-flex!important;flex-shrink:0;height:2.25rem!important;justify-content:center!important;min-width:2.25rem!important;padding:0!important;width:2.25rem!important}.action-buttons svg{height:1rem!important;margin:0!important;width:1rem!important}.header-actions{align-items:center!important;display:flex!important;gap:1rem!important}.header-actions a,.header-actions button{align-items:center!important;display:inline-flex!important;gap:.5rem!important}.header-actions svg{flex-shrink:0;height:1.125rem!important;width:1.125rem!important}.section-header{align-items:center!important;display:flex!important;justify-content:space-between!important;margin-bottom:1.5rem}.section-header h2{align-items:center;display:flex;gap:.5rem}.section-header h2 svg{flex-shrink:0;height:1.5rem!important;width:1.5rem!important}.dashboard-header h1,.dashboard-header h2{align-items:center;display:flex;gap:.75rem}.dashboard-header svg{flex-shrink:0;height:1.75rem!important;width:1.75rem!important}.property-detail-item svg,.property-details svg,.user-details p svg{flex-shrink:0;height:1.125rem!important;margin-right:.5rem;vertical-align:middle;width:1.125rem!important}.badge,.status-badge{align-items:center!important;display:inline-flex!important;gap:.375rem!important;padding:.375rem .75rem!important}.badge svg,.status-badge svg{flex-shrink:0;height:.875rem!important;width:.875rem!important}.auth-card h1{align-items:center;display:flex;gap:.5rem;justify-content:center}.auth-card h1 svg{height:2rem!important;width:2rem!important}.empty-state svg,.no-data svg,.no-favorites svg,.no-messages svg,.no-notifications svg,.no-properties svg{height:5rem!important;margin-bottom:1.5rem;opacity:.5;width:5rem!important}.property-card h3 svg,.property-info h3 svg{flex-shrink:0;height:1.25rem!important;margin-right:.5rem;width:1.25rem!important}.property-details span{align-items:center;display:inline-flex;gap:.375rem}.property-details svg{flex-shrink:0;height:1rem!important;width:1rem!important}.messages-tabs button,.tab-btn,.tabs button{align-items:center!important;display:inline-flex!important;gap:.5rem!important}.messages-tabs svg,.tabs svg{flex-shrink:0;height:1.125rem!important;width:1.125rem!important}.tips-grid h4{align-items:center;gap:.5rem}.tips-grid svg{flex-shrink:0;height:1.25rem!important;width:1.25rem!important}.analytics-page h2 svg{height:1.5rem!important;margin-right:.5rem;width:1.5rem!important}.message-header svg,.message-item h4 svg{height:1rem!important;margin-left:.5rem;width:1rem!important}.user-greeting svg{height:1.25rem!important;width:1.25rem!important}@media (max-width:768px){.nav-link svg,.navbar svg{height:1.375rem!important;width:1.375rem!important}.btn svg,button svg{height:1.25rem!important;width:1.25rem!important}.action-buttons a,.action-buttons button{height:2.5rem!important;min-width:2.5rem!important;width:2.5rem!important}.action-buttons svg{height:1.125rem!important;width:1.125rem!important}}.nav-icon-link{align-items:center!important;background:#0000!important;border:none!important;border-radius:.5rem!important;cursor:pointer!important;display:inline-flex!important;height:3rem!important;justify-content:center!important;min-width:3rem!important;padding:0!important;position:relative;transition:all .2s ease!important;width:3rem!important}.nav-icon-link:hover{background:#ffffff1a!important}.nav-icon-wrapper{align-items:center;display:flex;justify-content:center;position:relative}.nav-icon-link svg,.nav-icon-wrapper svg{color:#fff!important;flex-shrink:0;height:1.75rem!important;width:1.75rem!important}.nav-badge{align-items:center!important;background:#ef4444!important;border:2px solid #2c3e50!important;border:2px solid var(--navbar-bg,#2c3e50)!important;border-radius:9999px!important;box-shadow:0 2px 4px #0003!important;color:#fff!important;display:flex!important;font-size:.6875rem!important;font-weight:700!important;height:1.25rem!important;justify-content:center!important;min-width:1.25rem!important;padding:0 .3rem!important;position:absolute;right:-.25rem;top:-.25rem}.user-avatar{background:#0000!important;border:none!important;cursor:pointer!important;height:2.75rem!important;padding:0!important;transition:all .2s ease!important;width:2.75rem!important}.user-avatar:hover .avatar-circle{box-shadow:0 0 0 3px #fff3;transform:scale(1.05)}.avatar-circle{align-items:center!important;background:linear-gradient(135deg,#667eea,#764ba2)!important;border:2px solid #ffffff4d!important;border-radius:50%!important;display:flex!important;height:2.75rem!important;justify-content:center!important;overflow:hidden!important;transition:all .2s ease!important;width:2.75rem!important}.avatar-circle img{height:100%;object-fit:cover;width:100%}.avatar-circle span{color:#fff!important;font-size:1.125rem!important;font-weight:600!important}.navbar-right{align-items:center!important;display:flex!important;gap:.5rem!important}.nav-dropdown-wrapper{display:inline-block;position:relative}.nav-dropdown{background:#fff;border-radius:.75rem;box-shadow:0 10px 30px #00000026;max-width:400px;min-width:320px;overflow:hidden;position:absolute;right:0;top:calc(100% + .75rem);z-index:1000}.nav-dropdown h3{align-items:center!important;background:#3a3a3a;background:var(--primary-color,#10b981);color:#fff;display:flex!important;font-size:1rem;font-weight:600;gap:.5rem!important;margin:0;padding:1rem}.nav-dropdown h3 svg{flex-shrink:0;height:1.25rem!important;width:1.25rem!important}.dropdown-items{max-height:400px;overflow-y:auto}.dropdown-item{align-items:flex-start!important;border-bottom:1px solid #f1f5f9;color:#1e293b!important;color:var(--text-primary,#1e293b)!important;display:flex!important;gap:.75rem!important;padding:.875rem 1rem!important;text-decoration:none!important;transition:background .15s ease!important}.dropdown-item:hover{background:#f8fafc!important}.dropdown-item-avatar{align-items:center!important;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex!important;flex-shrink:0;height:2.5rem!important;justify-content:center!important;overflow:hidden;width:2.5rem!important}.dropdown-item-avatar img{height:100%;object-fit:cover;width:100%}.dropdown-item-avatar span{color:#fff;font-size:1rem;font-weight:600}.dropdown-item-content{flex:1 1;min-width:0}.dropdown-item-content strong{color:#1e293b;color:var(--text-primary,#1e293b);display:block;font-size:.9375rem;font-weight:600;margin-bottom:.25rem}.dropdown-item-content p{color:#64748b;color:var(--text-secondary,#64748b);font-size:.875rem;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-item-content small{color:#94a3b8;color:var(--text-light,#94a3b8);display:block;font-size:.75rem;margin-top:.25rem}.dropdown-empty{color:#64748b;color:var(--text-secondary,#64748b);font-size:.875rem;padding:2rem 1rem;text-align:center}.dropdown-footer{background:#f8fafc!important;border-top:1px solid #e2e8f0;color:#3a3a3a!important;color:var(--primary-color,#10b981)!important;display:block!important;font-size:.875rem!important;font-weight:600!important;padding:.875rem 1rem!important;text-align:center!important;text-decoration:none!important;transition:background .15s ease!important}.dropdown-footer:hover{background:#f1f5f9!important}.dropdown-overlay{background:#0000;bottom:0;left:0;position:fixed;right:0;top:0;z-index:999}@media (max-width:768px){.nav-icon-link{height:3.25rem!important;width:3.25rem!important}.nav-icon-link svg,.nav-icon-wrapper svg{height:2rem!important;width:2rem!important}.avatar-circle,.user-avatar{height:3rem!important;width:3rem!important}.nav-dropdown{border-radius:1rem 1rem 0 0;bottom:0;left:0;max-width:none;min-width:auto;position:fixed;right:0;top:auto!important}}.hamburger{display:none!important}.search-btn{height:2.5rem!important;width:2.5rem!important}.search-btn svg{height:1.25rem!important;width:1.25rem!important}.logo{align-items:center!important;display:inline-flex!important;font-size:1.25rem!important;font-weight:700!important;gap:.5rem!important;text-decoration:none!important}.logo svg{flex-shrink:0;height:1.5rem!important;width:1.5rem!important}.navbar-search-wrapper{max-width:600px}.navbar-search{overflow:visible}.search-input::placeholder{color:#94a3b8}.search-input:focus{outline:none}.search-btn{bottom:0!important;height:2.75rem!important}.search-btn,.search-btn:hover{position:relative!important;top:0!important}.search-btn:hover{box-shadow:none!important}.search-btn:active{background:#cbd5e1!important}.search-btn:active,.search-btn:focus{box-shadow:none!important;transform:none!important}.search-btn:focus{outline:none!important}.search-btn svg{flex-shrink:0;transform:none!important;transition:none!important}.search-btn,.search-btn *,.search-btn:after,.search-btn:before{box-shadow:none!important}.search-btn,.search-btn *,.search-btn:active,.search-btn:after,.search-btn:before,.search-btn:focus,.search-btn:hover{animation:none!important;transform:none!important;transition:none!important}.search-results-dropdown{background:#fff;border-radius:.75rem;box-shadow:0 10px 30px #00000026;left:0;max-height:400px;overflow-y:auto;position:absolute;right:0;top:calc(100% + .5rem);z-index:1000}@media (max-width:768px){.navbar-search-wrapper{margin:0 1rem;max-width:none}.navbar-search{height:2.5rem}.search-btn{height:2.5rem!important;min-width:3.5rem!important;width:3.5rem!important}.search-btn svg{height:1.375rem!important;width:1.375rem!important}.search-input{font-size:.875rem;padding:0 1rem}}.admin-table tbody td{border-bottom:1px solid #f1f5f9!important;padding:1rem!important}.admin-table tbody td,.status-badge{vertical-align:middle!important}.status-badge svg{flex-shrink:0;height:.875rem!important;width:.875rem!important}.status-badge.aktiv,.status-badge.status-active{background:#d1fae5!important;border:1px solid #6ee7b7;color:#065f46!important}.status-badge.felfuggesztve,.status-badge.inaktiv,.status-badge.status-inactive,.status-badge.status-suspended{background:#fef3c7!important;border:1px solid #fcd34d;color:#92400e!important}.action-buttons,td.action-buttons{align-items:center!important;display:flex!important;flex-wrap:nowrap!important;gap:.5rem!important;justify-content:flex-end!important;padding:.75rem 1rem!important;vertical-align:middle!important}.action-buttons .btn-delete,.action-buttons .btn-edit,.action-buttons .btn-reactivate,.action-buttons .btn-suspend,.action-buttons .btn-view,.action-buttons a,.action-buttons button,td.action-buttons button{align-items:center!important;border:none!important;border-radius:.375rem!important;cursor:pointer!important;display:inline-flex!important;flex-shrink:0!important;height:2rem!important;justify-content:center!important;margin:0!important;max-height:2rem!important;max-width:2rem!important;min-height:2rem!important;min-width:2rem!important;padding:0!important;transition:all .15s ease!important;width:2rem!important}.action-buttons a svg,.action-buttons button svg,td.action-buttons button svg{flex-shrink:0!important;height:1rem!important;margin:0!important;width:1rem!important}.btn-view{background:#3b82f6!important;color:#fff!important}.btn-view:hover{background:#2563eb!important}.btn-suspend{background:#f59e0b!important;color:#fff!important}.btn-suspend:hover{background:#d97706!important}.btn-reactivate{background:#10b981!important;color:#fff!important}.btn-reactivate:hover{background:#059669!important}.btn-delete{background:#ef4444!important;color:#fff!important}.btn-delete:hover{background:#dc2626!important}.input-group{align-items:stretch!important;display:flex!important;position:relative;width:100%}.admin-table-wrapper input[type=text],.d-flex input[type=text],.input-group .form-control,.input-group input[type=text]{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:2rem!important;box-shadow:none!important;color:#1e293b!important;font-family:inherit!important;font-size:.9375rem!important;height:2.75rem!important;outline:none!important;padding:0 1rem!important;transition:all .15s ease!important;width:100%!important}.input-group .form-control::placeholder,.input-group input[type=text]::placeholder{color:#94a3b8!important}.input-group .form-control:focus,.input-group input[type=text]:focus{border-color:#10b981!important;box-shadow:0 0 0 3px #10b9811a!important;outline:none!important}.input-group-append{align-items:center;display:flex;pointer-events:none;position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.input-group-append svg{color:#94a3b8!important;height:1.25rem!important;width:1.25rem!important}.analytics-grid,.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:2rem 0}.analytics-card,.stat-card,.stats-card{align-items:center!important;min-height:200px!important;padding:2rem 1.5rem!important}.analytics-card:hover,.stat-card:hover{box-shadow:0 4px 12px #0000001a}.analytics-icon,.stat-icon{height:4rem!important;margin:0 auto 1.25rem!important;width:4rem!important}.analytics-icon svg,.stat-icon svg{height:2rem!important;width:2rem!important}.analytics-info p,.stat-label{margin:0 0 .75rem!important;text-align:center}.analytics-info h3,.stat-value{font-size:2.5rem!important;margin:0 0 .5rem!important;text-align:center}.analytics-trend,.stat-trend{color:#10b981!important;font-size:.8125rem!important;text-align:center}.megtekintesek,td .views-count{align-items:center!important;display:inline-flex!important;gap:.5rem!important}.megtekintesek svg,.views-count svg,td svg{color:#64748b!important;flex-shrink:0;height:1rem!important;width:1rem!important}.table-responsive{-webkit-overflow-scrolling:touch;overflow-x:auto}.admin-table{background:#fff;border-radius:.75rem;overflow:hidden}.admin-table thead th{background:#f8fafc!important;border-bottom:2px solid #e2e8f0!important;color:#475569!important;font-size:.8125rem!important;font-weight:700!important;letter-spacing:.05em!important;padding:.875rem 1rem!important;text-align:left;text-transform:uppercase!important}.admin-table tbody tr{transition:background .15s ease}.admin-table tbody tr.suspended-row{background:#fef3c7!important}@media (max-width:768px){.stat-card{min-height:180px!important;padding:1.5rem 1rem!important}.analytics-icon,.stat-icon{height:3.5rem!important;width:3.5rem!important}.analytics-icon svg,.stat-icon svg{height:1.75rem!important;width:1.75rem!important}.analytics-info h3,.stat-value{font-size:2rem!important}.action-buttons{gap:.375rem!important}.input-group{max-width:none!important}}.navbar-search-wrapper{flex:1 1;margin:0 2rem;max-width:700px!important;position:relative}.navbar-search{align-items:stretch;background:#fff;border:1px solid #e2e8f0;border-radius:2rem;display:flex;height:2.75rem;width:100%}.search-input{background:#fff;border:none;border-radius:2rem 0 0 2rem;color:#1e293b;flex:1 1;font-family:inherit;font-size:.9375rem;outline:none;padding:0 1.5rem}.search-btn{align-items:center!important;background:#f1f5f9!important;border:none!important;border-left:1px solid #cbd5e1!important;border-radius:0 2rem 2rem 0!important;box-shadow:none!important;cursor:pointer!important;display:inline-flex!important;flex-shrink:0!important;height:100%!important;justify-content:center!important;margin:0!important;min-width:4rem!important;padding:0!important;transform:none!important;transition:none!important;width:4rem!important}.search-btn:hover{background:#e2e8f0!important;transform:none!important}.search-btn svg{color:#64748b!important;height:1.5rem!important;width:1.5rem!important}.analytics-card,.stat-card,.stats-card{align-items:flex-start!important;box-shadow:0 1px 3px #0000001a;padding:1.5rem!important}.analytics-icon,.stat-icon{border-radius:.75rem;height:3.5rem!important;margin-bottom:1rem!important;width:3.5rem!important}.analytics-icon svg,.stat-icon svg{height:1.75rem!important;width:1.75rem!important}.analytics-info p,.stat-label{color:#64748b!important;font-size:.875rem!important;font-weight:600!important;letter-spacing:.025em;margin:0 0 .5rem!important;order:1!important;text-transform:uppercase}.analytics-info h3,.stat-value{color:#1e293b!important;font-size:2.25rem!important;font-weight:800!important;line-height:1!important;margin:0 0 .25rem!important;order:2!important}.analytics-trend,.stat-trend{color:#2b2b2b!important;font-size:1rem!important;margin:0!important;order:3!important}.action-buttons{gap:.5rem!important}.action-buttons .btn-deactivate,.action-buttons .btn-delete,.action-buttons .btn-edit,.action-buttons .btn-reactivate,.action-buttons .btn-suspended-by-admin,.action-buttons .btn-view,.action-buttons a,.action-buttons button{align-items:center!important;border:none!important;border-radius:.5rem!important;display:inline-flex!important;flex-shrink:0!important;height:2.5rem!important;justify-content:center!important;max-height:2.5rem!important;max-width:2.5rem!important;min-height:2.5rem!important;min-width:2.5rem!important;padding:0!important;width:2.5rem!important}.action-buttons svg{flex-shrink:0;height:1.125rem!important;width:1.125rem!important}.status-badge{height:2rem!important;justify-content:center!important;padding:.375rem .875rem!important}.modal-content,.suspend-modal{background:#fff;border-radius:1rem;max-width:600px;padding:2rem;width:100%}.modal-header h2{font-size:1.5rem!important;font-weight:700!important;margin:0 0 1rem!important}.modal-header h2 svg{height:1.5rem!important;margin-right:.5rem;width:1.5rem!important}.modal-content .form-group,.suspend-modal .form-group{margin-bottom:1.5rem}.modal-content label,.suspend-modal label{align-items:center!important;display:flex!important;font-size:.9375rem!important;font-weight:600!important;gap:.5rem!important;margin-bottom:.5rem!important}.modal-content label svg,.suspend-modal label svg{height:1.125rem!important;width:1.125rem!important}.modal-content textarea,.suspend-modal textarea{border:2px solid #e2e8f0;border-radius:.5rem;font-family:inherit;font-size:.9375rem;min-height:120px;padding:.875rem;resize:vertical;width:100%}.modal-content textarea:focus,.suspend-modal textarea:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a;outline:none}.modal-footer,.suspend-modal .modal-footer{align-items:center!important;border-top:1px solid #e2e8f0;display:flex!important;gap:1rem!important;justify-content:flex-end!important;margin-top:2rem!important;padding-top:1.5rem!important}.modal-footer .btn,.modal-footer button,.suspend-modal button{align-items:center!important;border:none!important;border-radius:.5rem!important;cursor:pointer!important;display:inline-flex!important;font-size:.9375rem!important;font-weight:600!important;gap:.5rem!important;height:2.75rem!important;justify-content:center!important;line-height:1!important;padding:.75rem 1.5rem!important;transition:all .15s ease!important}.modal-footer button svg,.suspend-modal button svg{flex-shrink:0;height:1.125rem!important;width:1.125rem!important}.modal-footer .btn-secondary,.modal-footer button[type=button]{background:#f1f5f9!important;color:#64748b!important}.modal-footer .btn-secondary:hover{background:#e2e8f0!important}.modal-footer .btn-danger,.modal-footer .btn-primary,.modal-footer button[type=submit]{background:linear-gradient(135deg,#ef4444,#dc2626)!important;color:#fff!important}.modal-footer .btn-danger:hover,.modal-footer .btn-primary:hover{background:linear-gradient(135deg,#dc2626,#b91c1c)!important}.modal-content .info-box,.suspend-modal .info-box{align-items:flex-start!important;background:#f0f9ff!important;border:1px solid #bae6fd!important;border-radius:.5rem!important;display:flex!important;gap:.75rem!important;margin-bottom:1.5rem!important;padding:1rem!important}.info-box svg{color:#0284c7!important;flex-shrink:0;height:1.25rem!important;margin-top:.125rem;width:1.25rem!important}.info-box p{color:#0c4a6e!important;font-size:.875rem!important;line-height:1.5!important;margin:0!important}@media (max-width:768px){.navbar-search-wrapper{margin:0 1rem;max-width:none!important}.analytics-info h3,.stat-value{font-size:1.875rem!important}.action-buttons{gap:.375rem!important}.action-buttons a,.action-buttons button{height:2.25rem!important;min-width:2.25rem!important;width:2.25rem!important}.modal-footer{flex-direction:column;gap:.75rem!important}.modal-footer button{width:100%}}.action-buttons .btn-reactivate,.btn-reactivate,button.btn-reactivate,td .btn-reactivate{align-items:center!important;background:#2e7d32!important;border:none!important;border-radius:.375rem!important;color:#fff!important;cursor:pointer!important;display:inline-flex!important;flex-shrink:0!important;height:2rem!important;justify-content:center!important;margin:0!important;max-height:2rem!important;max-width:2rem!important;min-height:2rem!important;min-width:2rem!important;padding:0!important;transition:all .15s ease!important;width:2rem!important}.btn-reactivate:hover{background:#1b5e20!important;transform:scale(1.05)}.btn-reactivate svg{flex-shrink:0;height:1rem!important;width:1rem!important}.analytics-card,.stat-card,.stats-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 1px 3px #00000014;display:flex!important;flex-direction:column!important;justify-content:center!important;min-height:220px!important;text-align:center!important;transition:all .2s ease}.analytics-card:hover,.stat-card:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-2px)}.analytics-icon,.stat-icon{align-items:center!important;border-radius:1rem;display:flex!important;flex-shrink:0;height:4.5rem!important;justify-content:center!important;margin:0 auto 1.5rem!important;position:relative}.analytics-icon svg,.stat-icon svg{display:block;flex-shrink:0;height:2.25rem!important;margin:0 auto;width:2.25rem!important}.analytics-info,.stat-info{align-items:center!important;display:flex!important;flex-direction:column!important;justify-content:center!important;margin:0 auto;width:100%}.analytics-card p:first-of-type,.analytics-info p,.stat-card p:first-of-type,.stat-label{color:#000!important;font-size:.875rem!important;font-weight:600!important;letter-spacing:.05em;margin:0 0 .75rem!important;order:1!important;text-align:center;text-transform:uppercase;width:100%}.analytics-card h3,.analytics-info h3,.stat-card h3,.stat-value{color:#1e293b!important;font-size:1.75rem!important;font-weight:800!important;line-height:1!important;margin:0!important;order:2!important;text-align:center;width:100%}.dashboard-page .action-buttons,.properties-table .action-buttons,table .action-buttons,td.action-buttons{align-items:center!important;display:flex!important;flex-wrap:nowrap!important;gap:.5rem!important;justify-content:flex-end!important;padding:.75rem 1rem!important;vertical-align:middle!important}.dashboard-page .action-buttons .btn-deactivate,.dashboard-page .action-buttons .btn-delete,.dashboard-page .action-buttons .btn-edit,.dashboard-page .action-buttons .btn-reactivate,.dashboard-page .action-buttons .btn-suspended-by-admin,.dashboard-page .action-buttons .btn-view,.dashboard-page .action-buttons a,.dashboard-page .action-buttons button,.properties-table .action-buttons a,.properties-table .action-buttons button,td.action-buttons a,td.action-buttons button{align-items:center!important;border:none!important;border-radius:.375rem!important;cursor:pointer!important;display:inline-flex!important;flex-shrink:0!important;height:2rem!important;justify-content:center!important;margin:0!important;max-height:2rem!important;max-width:2rem!important;min-height:2rem!important;min-width:2rem!important;padding:0!important;transition:all .15s ease!important;width:2rem!important}.dashboard-page .action-buttons svg,.properties-table .action-buttons svg,td.action-buttons svg{flex-shrink:0!important;height:1rem!important;margin:0!important;padding:0!important;width:1rem!important}.dashboard-page .btn-view,.properties-table .btn-view{background:#2b2b2b!important;color:#fff!important}.dashboard-page .btn-view:hover{background:#b08d57!important;transform:scale(1.05)}.dashboard-page .btn-edit,.properties-table .btn-edit{background:#f59e0b!important;color:#fff!important}.dashboard-page .btn-edit:hover{background:#d97706!important;transform:scale(1.05)}.dashboard-page .btn-delete,.properties-table .btn-delete{background:#ef4444!important;color:#fff!important}.dashboard-page .btn-delete:hover{background:#dc2626!important;transform:scale(1.05)}.dashboard-page .btn-deactivate,.properties-table .btn-deactivate{background:#64748b!important;color:#fff!important}.dashboard-page .btn-deactivate:hover{background:#475569!important;transform:scale(1.05)}.dashboard-page .btn-reactivate,.properties-table .btn-reactivate{background:#10b981!important;color:#fff!important}.dashboard-page .btn-reactivate:hover{background:#059669!important;transform:scale(1.05)}.dashboard-page .btn-suspended-by-admin,.properties-table .btn-suspended-by-admin{background:#fef3c7!important;color:#92400e!important;cursor:not-allowed!important;opacity:.7!important}.admin-table tbody td,.dashboard-page table tbody td,.properties-table tbody td{border-bottom:1px solid #f1f5f9;padding:.875rem 1rem!important;vertical-align:middle!important}.admin-table thead th,.dashboard-page table thead th,.properties-table thead th{background:#f8fafc!important;border-bottom:2px solid #e2e8f0;color:#475569!important;font-size:.75rem!important;font-weight:700!important;letter-spacing:.05em!important;padding:.875rem 1rem!important;text-transform:uppercase!important}.analytics-icon{background:#2b2b2b}.analytics-icon.user-icon{background:linear-gradient(135deg,#f0f9ff,#e0f2fe)}.analytics-icon.home-icon{background:linear-gradient(135deg,#f0fdf4,#dcfce7)}.analytics-icon.check-icon{background:linear-gradient(135deg,#fef3c7,#fde68a)}.analytics-icon.eye-icon{background:linear-gradient(135deg,#fce7f3,#fbcfe8)}.status-badge{font-size:.8125rem!important;gap:.375rem!important;height:1.875rem!important;padding:.375rem .75rem!important}.status-badge.aktiv{background:#d1fae5!important;border:1px solid #6ee7b7;color:#065f46!important}.status-badge.inaktiv{background:#fef3c7!important;border:1px solid #fcd34d;color:#92400e!important}@media (max-width:768px){.analytics-card,.stat-card{min-height:200px!important;padding:2rem 1.5rem!important}.analytics-icon,.stat-icon{height:4rem!important;width:4rem!important}.analytics-icon svg,.stat-icon svg{height:2rem!important;width:2rem!important}.analytics-info h3,.stat-value{font-size:2.25rem!important}.action-buttons{gap:.375rem!important}.action-buttons a,.action-buttons button{height:1.875rem!important;max-width:1.875rem!important;min-width:1.875rem!important;width:1.875rem!important}.action-buttons svg{height:.875rem!important;width:.875rem!important}}.hero-search{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0 5rem;text-align:center}.hero-title{color:#fff!important;font-size:3rem;font-weight:800;margin-bottom:1rem;text-shadow:0 2px 10px #0003}.hero-subtitle{font-size:1.25rem;margin-bottom:3rem;opacity:.95}.home-filters{background:#fff;border-radius:1.5rem;box-shadow:0 20px 60px #0000004d;margin:0 auto;max-width:1200px;padding:2.5rem}.home-filters .filters-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.home-filters .filter-group{text-align:left}.home-filters .filter-group label{color:#475569;display:block;font-size:.875rem;font-weight:600;letter-spacing:.025em;margin-bottom:.5rem;text-transform:uppercase}.home-filters input,.home-filters select{background:#fff;border:2px solid #e2e8f0;border-radius:.5rem;color:#1e293b;font-family:inherit;font-size:.9375rem;padding:.875rem 1rem;transition:all .15s ease;width:100%}.home-filters input:focus,.home-filters select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.home-filters input::placeholder{color:#94a3b8}.btn-search{align-items:center;background:#2b2b2b;border:none;border-radius:.75rem;box-shadow:0 4px 15px #667eea66;color:#fff;cursor:pointer;display:inline-flex;font-size:1.125rem;font-weight:700;gap:.5rem;justify-content:center;margin:0 auto;max-width:400px;padding:1rem 2rem;transition:all .3s ease;width:100%}.btn-search:hover{transform:translateY(-2px)}.btn-search:active{transform:translateY(0)}.btn-search i{font-size:1.125rem}@media (max-width:768px){.hero-search{padding:3rem 0 4rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem;margin-bottom:2rem}.home-filters{padding:1.5rem}.home-filters .filters-grid{gap:1rem;grid-template-columns:1fr}.btn-search{max-width:none;width:100%}}@media (max-width:480px){.hero-title{font-size:1.75rem}.home-filters{border-radius:1rem;padding:1.25rem}}.featured-properties{background:#f8f9fa;padding:5rem 0}.featured-properties h2{font-size:2.5rem;margin-bottom:3rem}.hero-search.blue-theme{background:linear-gradient(135deg,#3b82f6,#2563eb)}.hero-search.green-theme{background:linear-gradient(135deg,#10b981,#059669)}.hero-search.purple-theme{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}@media (max-width:768px){.filters-grid{gap:1rem;grid-template-columns:1fr}.home-search-btn{max-width:none;width:100%}.home-filters-section{padding:1.5rem 0}}.featured-properties h2{color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}.home-search-btn{margin:1.5rem auto 0}@media (max-width:768px){.filters-grid{gap:1rem;grid-template-columns:1fr}.home-search-btn{display:flex;margin:1.5rem auto 0;min-width:200px;padding:.75rem 2rem;width:auto}.home-filters-section{padding:1.5rem 0}}.btn-reset{background:#3b82f6}.home-filters-section{background:#f8f9fa;border-bottom:1px solid #e2e8f0;padding:2rem 0}.home-filters-section h2{color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.filters-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.filter-group{display:flex;flex-direction:column}.filter-group label{color:#475569;font-size:.875rem;font-weight:600;margin-bottom:.5rem;text-transform:none}.filter-group input,.filter-group select{background:#fff;border:1px solid #e2e8f0;border-radius:.375rem;color:#1e293b;font-family:inherit;font-size:.9375rem;padding:.75rem 1rem;transition:all .15s ease;width:100%}.filter-group input:focus,.filter-group select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.filter-group input::placeholder{color:#94a3b8}.home-filters-section .container{margin:0 auto;max-width:1200px;padding:0 1.5rem;text-align:center}.home-search-btn{background:#2b2b2b;display:inline-flex;font-size:1rem;justify-content:center;margin:1.5rem 0 0;max-width:none;min-width:200px;padding:.75rem 2rem;transition:all .15s ease;width:auto}.home-search-btn:hover{background:#b08d57;box-shadow:0 4px 12px #3b82f64d;transform:translateY(-1px)}.home-search-btn:active{transform:translateY(0)}.home-search-btn i,.home-search-btn svg{font-size:1rem}@media (max-width:768px){.filters-grid{gap:1rem;grid-template-columns:1fr}.home-search-btn{max-width:none;min-width:auto;width:100%}.home-filters-section{padding:1.5rem 0}}.featured-properties{background:#fff;padding:3rem 0}.results-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.results-header h2{color:#1e293b;font-size:2rem;font-weight:700;margin:0}.btn-view-all{align-items:center;border:2px solid #3b82f6;border-radius:.375rem;color:#3b82f6;display:inline-flex;font-size:.9375rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .15s ease}.btn-view-all:hover{background:#3b82f6;box-shadow:0 4px 12px #3b82f64d;color:#fff;transform:translateY(-1px)}.property-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.no-results{background:#f8f9fa;border-radius:.75rem;margin:2rem 0;padding:4rem 2rem;text-align:center}.no-results p{color:#64748b;font-size:1.125rem;margin-bottom:1.5rem}.btn-reset{align-items:center;background:#0a84ff;border:none;border-radius:.375rem;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.875rem 1.75rem;transition:all .15s ease}.btn-reset:hover{background:#2563eb;box-shadow:0 4px 12px #3b82f64d;transform:translateY(-1px)}.dashboard-header .btn-secondary,.dashboard-header a,.header-actions .btn-secondary,.header-actions a,a.btn-secondary{text-decoration:none!important}.properties-table thead th:last-child{text-align:left!important;vertical-align:bottom!important}.dashboard-page .action-buttons,.properties-table .action-buttons,td.action-buttons{align-items:flex-end!important;display:flex!important;flex-wrap:nowrap!important;gap:.5rem!important;justify-content:flex-start!important;padding:.75rem 1rem!important;vertical-align:bottom!important}.admin-panel .btn-reactivate,.admin-table .btn-reactivate,.suspended-properties .btn-reactivate,button.btn-reactivate{align-items:center!important;background:#10b981!important;border:none!important;border-radius:.375rem!important;color:#fff!important;cursor:pointer!important;display:inline-flex!important;flex-shrink:0!important;font-size:.8125rem!important;font-weight:600!important;gap:.375rem!important;height:2rem!important;justify-content:center!important;max-width:none!important;min-width:100px!important;padding:0 .75rem!important;transition:all .15s ease!important;white-space:nowrap!important;width:auto!important}.admin-table .btn-reactivate:hover{background:#059669!important;transform:scale(1.02)}.admin-table .btn-reactivate svg,.suspended-properties .btn-reactivate svg{flex-shrink:0;height:.875rem!important;width:.875rem!important}.admin-table .action-buttons a,.admin-table .action-buttons button:not(.btn-reactivate){height:2rem!important;max-width:2rem!important;min-width:2rem!important;padding:0!important;width:2rem!important}.dashboard-page table,.properties-table table{border-collapse:collapse;width:100%}.dashboard-page table thead th,.properties-table thead th{background:#f8fafc;border-bottom:2px solid #e2e8f0;color:#475569;font-size:.75rem;font-weight:700;letter-spacing:.05em;padding:.875rem 1rem!important;text-transform:uppercase;vertical-align:bottom!important}.dashboard-page table tbody td,.properties-table tbody td{border-bottom:1px solid #f1f5f9;padding:.875rem 1rem!important;vertical-align:middle!important}.btn-secondary,a.btn-secondary,button.btn-secondary{align-items:center!important;display:inline-flex!important;gap:.5rem!important;text-decoration:none!important}@media (max-width:768px){.admin-table .btn-reactivate{font-size:.75rem!important;min-width:80px!important;padding:0 .5rem!important}.action-buttons{gap:.375rem!important}}.admin-table-wrapper{max-width:100%;overflow-y:visible}.admin-table{min-width:1000px}.admin-table tbody td,.admin-table thead th{padding:.875rem .75rem!important;white-space:nowrap}.admin-table td:first-child,.admin-table th:first-child{min-width:40px;width:3%}.admin-table td:nth-child(2),.admin-table th:nth-child(2){min-width:60px;width:5%}.admin-table td:nth-child(3),.admin-table th:nth-child(3){min-width:80px;width:8%}.admin-table td:nth-child(4),.admin-table th:nth-child(4){min-width:150px;width:20%}.admin-table td:nth-child(5),.admin-table th:nth-child(5){min-width:100px;width:12%}.admin-table td:nth-child(6),.admin-table th:nth-child(6){min-width:80px;width:8%}.admin-table td:nth-child(7),.admin-table th:nth-child(7){min-width:100px;width:12%}.admin-table td:nth-child(8),.admin-table th:nth-child(8){min-width:90px;width:10%}.admin-table td:nth-child(9),.admin-table th:nth-child(9){min-width:110px;width:10%}.admin-table td:nth-child(10),.admin-table th:nth-child(10){min-width:140px;width:12%}.admin-table .action-buttons a,.admin-table .action-buttons button{height:2.25rem!important;min-height:2.25rem!important}.admin-table .btn-reactivate,.suspended-properties .btn-reactivate{font-size:.8125rem!important;height:2.25rem!important;min-width:110px!important;padding:0 .875rem!important;width:auto!important}.admin-table .status-badge,.properties-table .status-badge{height:2rem!important;line-height:2rem!important;padding:0 .875rem!important}.admin-table .type-badge,.properties-table .type-badge{height:1.875rem!important;line-height:1.875rem!important;padding:0 .75rem!important}.dashboard-page .action-buttons a,.dashboard-page .action-buttons button,.properties-table .action-buttons button{height:2.25rem!important;min-height:2.25rem!important}.analytics-top-property-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;display:flex!important;gap:2rem;padding:1.5rem;transition:all .2s ease}.analytics-top-property-card:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-2px)}.analytics-top-property-image{border-radius:.5rem;flex-shrink:0;height:225px;overflow:hidden;width:300px}.analytics-top-property-image img{height:100%;object-fit:cover;width:100%}.analytics-top-property-info{display:flex;flex:1 1;flex-direction:column;justify-content:center}.analytics-top-property-info h3{color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.analytics-top-property-location{color:#64748b;font-size:1rem;margin-bottom:1.5rem}.analytics-top-property-stats{display:flex;flex-wrap:wrap;gap:2rem}.analytics-stat-item{align-items:center;color:#475569;display:flex;font-size:1rem;gap:.5rem}.analytics-stat-icon{align-items:center;background:#f1f5f9;border-radius:.375rem;color:#3b82f6;display:inline-flex;height:2rem;justify-content:center;width:2rem}.analytics-stat-icon svg{height:1.125rem;width:1.125rem}.analytics-section-title{align-items:center;color:#1e293b;display:flex;font-size:1.5rem;font-weight:700;gap:.75rem;margin-bottom:1.5rem}.analytics-title-icon{flex-shrink:0;height:1.5rem!important;vertical-align:middle;width:1.5rem!important}.analytics-activity-icon{align-items:center;background:#f1f5f9;border-radius:.5rem;display:flex;flex-shrink:0;height:2.5rem;justify-content:center;width:2.5rem}.analytics-activity-icon svg{height:1.25rem!important;width:1.25rem!important}.analytics-tip-icon{align-items:center;background:#f1f5f9;border-radius:.75rem;display:flex;flex-shrink:0;height:3.5rem;justify-content:center;margin:0 auto 1rem;width:3.5rem}.analytics-tip-icon svg{height:1.75rem!important;width:1.75rem!important}.admin-table .megtekintesek-icon,.admin-table .views-icon{align-items:center;display:inline-flex;gap:.375rem;vertical-align:middle}.admin-table .megtekintesek-icon svg,.admin-table .views-icon svg{height:1rem!important;vertical-align:middle;width:1rem!important}.dashboard-page table td svg,.properties-table tbody td svg{margin-right:.25rem;vertical-align:middle}.analytics-card .analytics-icon{align-items:center!important;border-radius:.75rem;display:flex!important;flex-shrink:0;height:4rem!important;justify-content:center!important;margin:0 auto 1.25rem!important;width:4rem!important}.analytics-card .analytics-icon svg{flex-shrink:0;height:2rem!important;width:2rem!important}@media (max-width:1200px){.admin-table{min-width:900px}}@media (max-width:768px){.admin-table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:scroll}.admin-table{min-width:800px}.analytics-top-property-card{flex-direction:column;gap:1.5rem}.analytics-top-property-image{height:200px;width:100%}.admin-table .action-buttons button,.dashboard-page .action-buttons button{height:2rem!important}.admin-table .btn-reactivate{font-size:.75rem!important;min-width:90px!important}}.admin-table tbody tr,.analytics-top-property-card,.tip-card{transition:all .2s ease}.admin-table tbody tr:hover{background:#f8fafc!important}.admin-table-wrapper::-webkit-scrollbar{height:8px}.admin-table-wrapper::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.admin-table-wrapper::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.admin-table-wrapper::-webkit-scrollbar-thumb:hover{background:#94a3b8}.admin-table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto;width:100%}.admin-table{border-collapse:collapse;max-width:100%;min-width:100%;table-layout:auto;width:100%}.admin-table tbody td:first-child,.admin-table thead th:first-child{max-width:60px;min-width:50px;width:3%}.admin-table tbody td:nth-child(2),.admin-table thead th:nth-child(2){max-width:80px;min-width:60px;width:5%}.admin-table tbody td:nth-child(3),.admin-table thead th:nth-child(3){max-width:100px;min-width:80px;width:8%}.admin-table tbody td:nth-child(4),.admin-table thead th:nth-child(4){word-wrap:break-word;max-width:250px;min-width:150px;overflow-wrap:break-word;width:20%}.admin-table tbody td:nth-child(5),.admin-table thead th:nth-child(5){max-width:150px;min-width:100px;width:12%}.admin-table tbody td:nth-child(6),.admin-table thead th:nth-child(6){max-width:100px;min-width:80px;width:8%}.admin-table tbody td:nth-child(7),.admin-table thead th:nth-child(7){max-width:130px;min-width:100px;width:12%}.admin-table tbody td:nth-child(8),.admin-table thead th:nth-child(8){max-width:120px;min-width:90px;width:10%}.admin-table tbody td:nth-child(9),.admin-table thead th:nth-child(9){max-width:140px;min-width:110px;width:12%}.admin-table tbody td:nth-child(10),.admin-table thead th:nth-child(10){max-width:160px;min-width:140px;text-align:right;width:10%}.admin-table tbody td{overflow:hidden;padding:.75rem .5rem!important;text-overflow:ellipsis;white-space:nowrap}.admin-table tbody td:nth-child(4){white-space:normal;word-break:break-word}.admin-thumbnail{border-radius:.375rem;height:45px!important;object-fit:cover;width:60px!important}.status-badge{align-items:center!important;border-radius:9999px!important;display:inline-flex!important;font-size:.75rem!important;font-weight:600!important;gap:.25rem!important;height:auto!important;line-height:1!important;padding:.25rem .5rem!important}.action-buttons{align-items:center!important;display:flex!important;flex-wrap:nowrap!important;gap:.375rem!important;justify-content:flex-end!important;padding:.5rem!important}.action-buttons a,.action-buttons button{height:1.875rem!important;max-width:1.875rem!important;min-width:1.875rem!important;width:1.875rem!important}.action-buttons svg{height:.875rem!important;width:.875rem!important}.admin-table thead th{font-size:.6875rem!important;padding:.75rem .5rem!important;white-space:nowrap}.admin-page .container,.admin-panel .container{max-width:100%!important;padding:0 1rem!important}@media (max-width:1400px){.admin-table tbody td:nth-child(4),.admin-table thead th:nth-child(4){max-width:200px}}@media (max-width:1200px){.admin-table-wrapper{overflow-x:auto}.admin-table{min-width:1000px}}.type-badge{background:#e0f2fe;border-radius:.25rem;color:#0369a1;display:inline-block;font-size:.75rem;padding:.25rem .5rem;white-space:nowrap}.admin-table-wrapper .input-group{max-width:250px!important}.pagination{align-items:center;display:flex;gap:.5rem;justify-content:center;margin-top:1.5rem}.pagination-btn{font-size:.875rem;padding:.5rem 1rem}.admin-page .analytics-grid,.admin-panel .analytics-grid,div[class*=analytics-grid]{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr);margin:2rem 0}.admin-page .analytics-card,.admin-panel .analytics-card,div[class*=analytics-card]{align-items:center!important;background:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 1px 3px #00000014;display:flex!important;flex-direction:column!important;justify-content:center!important;min-height:220px!important;padding:2.5rem 2rem!important;text-align:center!important}.admin-page table,.admin-panel table,table.admin-properties-table,table.admin-users-table{border-collapse:collapse;table-layout:fixed;width:100%}.admin-panel table tbody td:first-child,.admin-panel table thead th:first-child{min-width:50px;width:5%}.admin-panel table tbody td:nth-child(2),.admin-panel table thead th:nth-child(2){min-width:120px;width:15%}.admin-panel table tbody td:nth-child(3),.admin-panel table thead th:nth-child(3){min-width:150px;width:20%}.admin-panel table tbody td:nth-child(4),.admin-panel table thead th:nth-child(4){min-width:110px;width:12%}.admin-panel table tbody td:nth-child(5),.admin-panel table thead th:nth-child(5){min-width:100px;width:12%}.admin-panel table tbody td:nth-child(6),.admin-panel table thead th:nth-child(6){min-width:90px;width:10%}.admin-panel table tbody td:nth-child(7),.admin-panel table thead th:nth-child(7){min-width:100px;width:12%}.admin-panel table tbody td:nth-child(8),.admin-panel table thead th:nth-child(8){min-width:90px;width:10%}.admin-panel table tbody td:nth-child(9),.admin-panel table thead th:nth-child(9){min-width:110px;width:10%}.admin-panel table.properties-table tbody td:first-child,.admin-panel table.properties-table thead th:first-child{min-width:40px;width:4%}.admin-panel table.properties-table tbody td:nth-child(2),.admin-panel table.properties-table thead th:nth-child(2){min-width:50px;width:5%}.admin-panel table.properties-table tbody td:nth-child(3),.admin-panel table.properties-table thead th:nth-child(3){min-width:60px;width:7%}.admin-panel table.properties-table tbody td:nth-child(4),.admin-panel table.properties-table thead th:nth-child(4){min-width:130px;width:18%}.admin-panel table.properties-table tbody td:nth-child(5),.admin-panel table.properties-table thead th:nth-child(5){min-width:100px;width:12%}.admin-panel table.properties-table tbody td:nth-child(6),.admin-panel table.properties-table thead th:nth-child(6){min-width:70px;width:8%}.admin-panel table.properties-table tbody td:nth-child(7),.admin-panel table.properties-table thead th:nth-child(7){min-width:95px;width:12%}.admin-panel table.properties-table tbody td:nth-child(8),.admin-panel table.properties-table thead th:nth-child(8){min-width:85px;width:10%}.admin-panel table.properties-table tbody td:nth-child(9),.admin-panel table.properties-table thead th:nth-child(9){min-width:100px;width:12%}.admin-panel table.properties-table tbody td:nth-child(10),.admin-panel table.properties-table thead th:nth-child(10){min-width:150px;width:12%}.admin-panel table.suspended-table tbody td:first-child,.admin-panel table.suspended-table thead th:first-child{min-width:50px;width:6%}.admin-panel table.suspended-table tbody td:nth-child(2),.admin-panel table.suspended-table thead th:nth-child(2){min-width:80px;width:10%}.admin-panel table.suspended-table tbody td:nth-child(3),.admin-panel table.suspended-table thead th:nth-child(3){min-width:150px;width:20%}.admin-panel table.suspended-table tbody td:nth-child(4),.admin-panel table.suspended-table tbody td:nth-child(5),.admin-panel table.suspended-table thead th:nth-child(4),.admin-panel table.suspended-table thead th:nth-child(5){min-width:120px;width:15%}.admin-panel table.suspended-table tbody td:nth-child(6),.admin-panel table.suspended-table thead th:nth-child(6){min-width:150px;width:20%}.admin-panel table.suspended-table tbody td:nth-child(7),.admin-panel table.suspended-table thead th:nth-child(7){min-width:120px;width:14%}.admin-page table thead th,.admin-panel table thead th{background:#f8fafc!important;border-bottom:2px solid #e2e8f0!important;color:#475569!important;font-size:.7rem!important;font-weight:700!important;letter-spacing:.05em!important;padding:.75rem .5rem!important;text-align:left!important;text-transform:uppercase!important;vertical-align:middle!important;white-space:nowrap!important}.admin-page table tbody td,.admin-panel table tbody td{border-bottom:1px solid #f1f5f9!important;overflow:hidden!important;padding:.75rem .5rem!important;text-overflow:ellipsis!important;vertical-align:middle!important;white-space:nowrap!important}.admin-panel table tbody td:nth-child(4),.admin-panel table.suspended-table tbody td:nth-child(3){white-space:normal!important;word-break:break-word!important}.admin-page table tbody td:last-child,.admin-panel table tbody td:last-child,td.action-buttons{padding-right:1rem!important;text-align:right!important}.admin-page .action-buttons,.admin-panel .action-buttons{display:inline-flex!important;justify-content:flex-end!important}.admin-page .action-buttons a,.admin-page .action-buttons button,.admin-panel .action-buttons a,.admin-panel .action-buttons button{align-items:center!important;border:none!important;border-radius:.375rem!important;cursor:pointer!important;display:inline-flex!important;flex-shrink:0!important;height:2rem!important;justify-content:center!important;margin:0!important;max-height:2rem!important;max-width:2rem!important;min-height:2rem!important;min-width:2rem!important;padding:0!important;transition:all .15s ease!important;width:2rem!important}.admin-page .action-buttons svg,.admin-panel .action-buttons svg{flex-shrink:0!important;height:1rem!important;width:1rem!important}.admin-page .btn-edit,.admin-panel .btn-edit{background:#f59e0b!important;color:#fff!important}.admin-page .btn-reactivate,.admin-panel .btn-reactivate{font-size:.8125rem!important;font-weight:600!important;max-width:none!important;min-width:100px!important;padding:0 .75rem!important;white-space:nowrap!important;width:auto!important}.admin-page .action-buttons button:hover,.admin-panel .action-buttons button:hover{transform:scale(1.05)}.admin-page .status-badge,.admin-panel .status-badge{align-items:center!important;border-radius:9999px!important;display:inline-flex!important;font-size:.75rem!important;font-weight:600!important;gap:.25rem!important;padding:.375rem .75rem!important;white-space:nowrap!important}.status-badge svg{height:.75rem!important;width:.75rem!important}.admin-page .admin-thumbnail,.admin-page img.table-thumbnail,.admin-panel .admin-thumbnail,.admin-panel img.table-thumbnail{border-radius:.375rem!important;display:block!important;height:45px!important;object-fit:cover!important;width:60px!important}@media (max-width:1600px){.admin-page .admin-thumbnail,.admin-panel .admin-thumbnail{height:38px!important;width:50px!important}}@media (max-width:1400px){.admin-panel table tbody td{padding:.65rem .4rem!important}}@media (max-width:1200px){.admin-page .tab-content,.admin-panel .admin-table-wrapper{overflow-x:auto}.admin-panel table{min-width:1100px}}.admin-page .admin-table-wrapper,.admin-panel .admin-table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto;width:100%}.admin-page .container,.admin-panel .container{max-width:100%;padding:0 1.5rem}select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;utf8,<svg fill=%27%23B08D57%27 height=%2720%27 viewBox=%270 0 20 20%27 width=%2720%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M5 7l5 5 5-5z%27/></svg>");background-position:right 10px center;background-repeat:no-repeat;border:1px solid #c9ccd1;border-radius:8px;color:#2b2b2b;cursor:pointer;font-family:inherit;font-size:14px;padding:10px 40px 10px 12px;transition:all .2s ease}select:hover{border-color:#b08d57}select:focus{border-color:#d6c3a3;box-shadow:0 0 0 2px #d6c3a34d;outline:none}select:disabled{background-color:#f7f7f7;color:#999;cursor:not-allowed}.btn-reactivatee{background:#28a745;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;padding:.5rem .75rem;transition:all .3s}label{color:#2b2b2b;display:inline-block;font-weight:600;margin-bottom:6px}.btn-secondaryy{background:#3498db;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;height:50px;padding:.8rem 1.5rem}.btn-secondaryy:hover{background:#2980b9;color:#fff!important}.btn-submitt{background:#2b2b2b;border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-size:1rem;gap:.5rem;justify-content:center;margin:1.5rem 0 0;max-width:none;min-width:200px;padding:.75rem 2rem;transition:all .15s ease;width:auto}.btn-submitt,.status-badge{align-items:center;display:inline-flex;font-weight:600}.status-badge{border-radius:9999px;font-size:.8125rem;gap:.375rem;padding:.375rem .75rem;white-space:nowrap}.status-reserved{background:#fef3c7;border:1px solid #f59e0b;color:#92400e}.status-available{background:#d1fae5;border:1px solid #10b981;color:#065f46}.status-badge svg{height:.875rem;width:.875rem}.properties-table tbody tr.reserved-row{background:#fffbeb!important}.properties-table tbody tr.reserved-row:hover{background:#fef3c7!important}.property-title-row{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.reserved-badge{align-items:center;background:#f59e0b;border-radius:2rem;box-shadow:0 4px 12px #f59e0b4d;color:#fff;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem}.reserved-badge svg{height:1.25rem;width:1.25rem}.alert{align-items:flex-start;border-radius:.75rem;box-shadow:0 2px 8px #0000001a;display:flex;gap:1rem;margin:2rem 0;padding:1.5rem}.alert-warning{background:#fef3c7;border:2px solid #f59e0b;color:#92400e}.alert svg{color:#f59e0b;flex-shrink:0;height:1.5rem;margin-top:.25rem;width:1.5rem}.alert strong{color:#78350f;display:block;font-size:1.1rem;margin-bottom:.5rem}.alert p{color:#92400e;font-size:.95rem;margin:.25rem 0 0}.alert-note{color:#a16207;font-style:italic;margin-top:.5rem!important}.property-card .reserved-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#f59e0bf2;border-radius:2rem;box-shadow:0 4px 20px #0000004d;color:#fff;display:flex;font-size:1.1rem;font-weight:700;gap:.75rem;left:50%;padding:1rem 2rem;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:10}.property-card .reserved-overlay svg{height:1.5rem;width:1.5rem}.property-card.reserved .property-image-wrapper:after{background:#00000026;border-radius:.75rem;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}@media (max-width:768px){.property-title-row{align-items:flex-start;flex-direction:column}.reserved-badge{font-size:.875rem;padding:.5rem 1rem}.alert{padding:1rem}.alert svg{height:1.25rem;width:1.25rem}.status-badge{font-size:.75rem;padding:.25rem .5rem}}.property-badge.badge-reserved{background:#dc2626!important;box-shadow:0 2px 8px #dc262666!important;color:#fff!important;font-weight:700!important}.admin-page .status-badge.badge-reserved,.admin-panel .status-badge.badge-reserved,.status-badge.badge-reserved{background:#fecaca!important;border:2px solid #dc2626!important;color:#991b1b!important;font-weight:700!important}.badge-reserved-inline{background:#dc2626;border-radius:2rem;color:#fff;display:inline-block;font-size:.9rem;font-weight:700;margin-left:1rem;padding:.5rem 1.5rem;vertical-align:middle}.reserved-alert{background:#fee2e2;border:2px solid #dc2626;border-radius:.75rem;color:#991b1b;margin:1.5rem 0;padding:1.5rem}.reserved-alert strong{display:block;font-size:1.1rem;margin-bottom:.5rem}.reserved-alert p{font-size:.95rem;margin:.25rem 0 0}.btn-reserve{align-items:center!important;background:#f59e0b!important;border:none!important;border-radius:.375rem!important;color:#fff!important;cursor:pointer!important;display:inline-flex!important;height:2rem!important;justify-content:center!important;transition:all .15s ease!important;width:2rem!important}.btn-reserve:hover{background:#d97706!important;transform:scale(1.05)}.btn-unreserve{align-items:center!important;background:#10b981!important;border:none!important;border-radius:.375rem!important;color:#fff!important;cursor:pointer!important;display:inline-flex!important;height:2rem!important;justify-content:center!important;transition:all .15s ease!important;width:2rem!important}.btn-unreserve:hover{background:#059669!important;transform:scale(1.05)}.views-count{align-items:center;color:#64748b;display:inline-flex;font-size:.9rem;gap:.375rem}.views-count svg{color:#3b82f6;height:1rem;width:1rem}@media (max-width:768px){.badge-reserved-inline{display:block;margin-left:0;margin-top:.5rem;text-align:center}.reserved-alert{padding:1rem}}.home-filters-section{min-height:400px;overflow:hidden;padding:4rem 0;position:relative}.home-filters-section h2{color:#fff;font-size:2.5rem;margin-bottom:2rem;text-align:center;text-shadow:2px 2px 8px #000c}.home-filters-section .filters-grid{padding:2rem}.filters-section .filters-grid,.home-filters-section .filters-grid{background:#fffffff2;border-radius:1rem;box-shadow:0 10px 40px #0000004d;padding:2rem}.filters-section .filter-group label,.home-filters-section .filter-group label{color:#1f2937;font-weight:600}.filters-section .filter-group input,.filters-section .filter-group select,.home-filters-section .filter-group input,.home-filters-section .filter-group select{background:#fff;border:2px solid #e5e7eb}.filters-section .filter-group input:focus,.filters-section .filter-group select:focus,.home-filters-section .filter-group input:focus,.home-filters-section .filter-group select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.filters-section,.home-filters-section{min-height:400px;overflow:hidden;padding:4rem 0;position:relative}.filters-video-bg{height:auto;left:50%;min-height:100%;min-width:100%;object-fit:cover;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto;z-index:0}.filters-video-overlay{background:#0009;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.filters-content{position:relative;z-index:2}.filters-section h2,.home-filters-section h2{color:#fff;font-size:2.5rem;margin-bottom:2rem;text-align:center;text-shadow:2px 2px 8px #000c}.home-filters-section .filters-grid{align-items:flex-end;background:#fffffff2;border-radius:1rem;box-shadow:0 10px 40px #0000004d;display:flex!important;flex-wrap:wrap;gap:1rem;padding:1.5rem}.home-filters-section .filter-group{flex:1 1;min-width:150px}.home-filters-section .filter-group label{color:#1f2937;display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.home-filters-section .filter-group input,.home-filters-section .filter-group select{background:#fff;border:2px solid #e5e7eb;border-radius:.375rem;font-size:.875rem;padding:.625rem;width:100%}.home-filters-section .filter-group input:focus,.home-filters-section .filter-group select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.home-search-btn{border-radius:.375rem;flex-shrink:0;font-size:.875rem;gap:.5rem;height:42px;margin:0;padding:.625rem 2rem}.home-search-btn i{font-size:1rem}.filters-section .filters-grid{background:#fffffff2;border-radius:1rem;box-shadow:0 10px 40px #0000004d;padding:2rem}.filters-section .filter-group label{color:#1f2937;font-weight:600}.filters-section .filter-group input,.filters-section .filter-group select{background:#fff;border:2px solid #e5e7eb}.filters-section .filter-group input:focus,.filters-section .filter-group select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}@media (max-width:768px){.filters-section,.home-filters-section{min-height:300px;padding:2rem 0}.filters-section h2,.home-filters-section h2{font-size:1.8rem}.home-filters-section .filters-grid{flex-direction:column;padding:1rem}.home-filters-section .filter-group{min-width:100%}.home-search-btn{justify-content:center;width:100%}.filters-section .filters-grid{padding:1.5rem}.filters-video-bg{height:100%;min-width:auto;object-fit:cover;width:100%}}@media (min-width:769px) and (max-width:1024px){.filters-section,.home-filters-section{padding:3rem 0}.filters-section h2,.home-filters-section h2{font-size:2rem}.home-filters-section .filters-grid{gap:.75rem}.home-filters-section .filter-group{min-width:120px}}.home-search-btn{align-items:center;background:#3b82f6;border:none;border-radius:.5rem;box-shadow:0 4px 15px #3b82f64d;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.75rem;margin:2rem auto 0;padding:1rem 2.5rem;transition:all .3s ease}.home-search-btn:hover{background:#2563eb;box-shadow:0 6px 20px #3b82f666;transform:translateY(-2px)}.home-search-btn i{font-size:1.2rem}@media (max-width:768px){.home-filters-section{min-height:300px;padding:2rem 0}.home-filters-section h2{font-size:1.8rem}.home-filters-section .filters-grid{padding:1.5rem}.filters-video-bg{height:100%;min-width:auto;object-fit:cover;width:100%}}@media (min-width:769px) and (max-width:1024px){.home-filters-section{padding:3rem 0}.home-filters-section h2{font-size:2rem}}.dashboard-header .header-actions a,.dashboard-header .header-actions a svg,.dashboard-header .header-actions button,.dashboard-header .header-actions button svg,a svg,button svg{text-decoration:none!important}.stats-card p{align-items:center!important;display:flex!important;gap:.5rem!important;margin:.75rem 0!important}.stats-card p svg{flex-shrink:0!important;height:1.25rem!important;margin:0!important;width:1.25rem!important}.stats-card{display:flex;flex-direction:column}.stats-card h3{margin-bottom:1rem}a:hover svg,button:hover svg,svg{text-decoration:none!important}svg{vertical-align:middle}.featured-badge{align-items:center!important;display:flex!important;gap:.5rem!important}.featured-badge svg{flex-shrink:0!important}.property-info p{align-items:center;display:flex;gap:.5rem}.property-info p svg{flex-shrink:0;height:1rem;width:1rem}.price-badge{align-items:center;display:flex;gap:.5rem}.price-badge svg{flex-shrink:0}@media (max-width:768px){.stats-card p{font-size:.9rem}.stats-card p svg{height:1.1rem!important;width:1.1rem!important}}.admin-page .action-buttons,.admin-panel .action-buttons{align-items:center!important;display:flex!important;flex-wrap:nowrap!important;gap:.5rem!important;justify-content:center!important}.admin-page .action-buttons button,.admin-panel .action-buttons button{align-items:center!important;border:none!important;border-radius:.5rem!important;box-shadow:0 2px 4px #0000001a!important;cursor:pointer!important;display:inline-flex!important;font-size:1.1rem!important;height:2.5rem!important;justify-content:center!important;transition:all .2s ease!important;width:2.5rem!important}.admin-page .action-buttons button:hover,.admin-panel .action-buttons button:hover{box-shadow:0 4px 8px #00000026!important;transform:translateY(-2px)!important}.admin-page .btn-reserve,.admin-panel .btn-reserve{background:#f59e0b!important;color:#fff!important}.admin-page .btn-reserve:hover,.admin-panel .btn-reserve:hover{background:#d97706!important}.admin-page .btn-unreserve,.admin-panel .btn-unreserve{background:#10b981!important;color:#fff!important}.admin-page .btn-unreserve:hover,.admin-panel .btn-unreserve:hover{background:#059669!important}.admin-page .btn-view,.admin-panel .btn-view{background:#3b82f6!important;color:#fff!important}.admin-page .btn-view:hover,.admin-panel .btn-view:hover{background:#2563eb!important}.admin-page .btn-suspend,.admin-panel .btn-suspend{background:#eab308!important;color:#fff!important}.admin-page .btn-suspend:hover,.admin-panel .btn-suspend:hover{background:#ca8a04!important}.admin-page .btn-reactivate,.admin-panel .btn-reactivate{background:#10b981!important;color:#fff!important}.admin-page .btn-reactivate:hover,.admin-panel .btn-reactivate:hover{background:#059669!important}.admin-page .btn-delete,.admin-panel .btn-delete{background:#ef4444!important;color:#fff!important}.admin-page .btn-delete:hover,.admin-panel .btn-delete:hover{background:#dc2626!important}.admin-page .action-buttons button svg,.admin-panel .action-buttons button svg{height:1.2rem!important;width:1.2rem!important}.admin-page table td:last-child,.admin-page table th:last-child,.admin-panel table td:last-child,.admin-panel table th:last-child{min-width:180px!important;width:180px!important}@media (max-width:1200px){.admin-page .action-buttons button,.admin-panel .action-buttons button{height:2.2rem!important;width:2.2rem!important}}@media (max-width:768px){.admin-page .action-buttons,.admin-panel .action-buttons{gap:.3rem!important}.admin-page .action-buttons button,.admin-panel .action-buttons button{font-size:1rem!important;height:2rem!important;width:2rem!important}.admin-page .action-buttons button svg,.admin-panel .action-buttons button svg{height:1rem!important;width:1rem!important}}.properties-table .action-buttons button{align-items:center!important;display:inline-flex!important;height:2.5rem!important;justify-content:center!important;width:2.5rem!important}button[title*=Lefoglal\E1s]:not([title*=visszavon\E1sa]){background:#f59e0b!important;color:#fff!important}button[title*=visszavon\E1sa]{background:#10b981!important;color:#fff!important}.admin-users-table table td:nth-child(3),.admin-users-table table th:nth-child(3){max-width:300px!important;min-width:200px!important;overflow-wrap:break-word!important;white-space:normal!important;width:auto!important;word-break:break-word!important}.admin-users-table table td:nth-child(3){font-size:.9rem!important;line-height:1.4!important;padding:.75rem 1rem!important}.admin-table td:has(+td select.role-select),.admin-table td[data-label=Email]{word-wrap:break-word!important;min-width:220px!important}.admin-table td{white-space:normal!important}.admin-users-table table tbody tr td:nth-child(3){color:#4b5563!important;font-family:monospace!important}@media (max-width:1400px){.admin-users-table table td:nth-child(3),.admin-users-table table th:nth-child(3){min-width:180px!important}}@media (max-width:1200px){.admin-users-table table td:nth-child(3),.admin-users-table table th:nth-child(3){font-size:.85rem!important;min-width:160px!important}}@media (max-width:768px){.admin-users-table table td:nth-child(3),.admin-users-table table th:nth-child(3){font-size:.8rem!important;min-width:140px!important}}.email-cell{cursor:help;position:relative}.email-cell:hover:after{background:#1f2937;border-radius:.375rem;bottom:100%;box-shadow:0 4px 6px #0000001a;color:#fff;content:attr(data-email);font-size:.875rem;left:50%;padding:.5rem 1rem;position:absolute;transform:translateX(-50%);white-space:nowrap;z-index:1000}.admin-users-table{overflow-x:auto!important}.admin-users-table table{min-width:1200px!important}.admin-users-table table td:first-child,.admin-users-table table th:first-child{min-width:60px!important;width:60px!important}.admin-users-table table td:nth-child(2),.admin-users-table table th:nth-child(2){min-width:150px!important}.admin-users-table table td:nth-child(4),.admin-users-table table th:nth-child(4){min-width:120px!important}.admin-users-table table td:nth-child(5),.admin-users-table table th:nth-child(5){min-width:120px!important;width:120px!important}.admin-users-table table td:nth-child(6),.admin-users-table table th:nth-child(6){min-width:100px!important;width:100px!important}.admin-users-table table td:nth-child(7),.admin-users-table table th:nth-child(7){min-width:120px!important;width:120px!important}.admin-users-table table td:nth-child(8),.admin-users-table table th:nth-child(8){min-width:130px!important;width:130px!important}.admin-users-table table td:nth-child(9),.admin-users-table table th:nth-child(9){min-width:140px!important;width:140px!important}.admin-page .btn-reactivatee,.admin-panel .btn-reactivatee{align-items:center!important;background:#10b981!important;border:none!important;border-radius:.5rem!important;box-shadow:0 2px 4px #0000001a!important;color:#fff!important;cursor:pointer!important;display:inline-flex!important;font-size:1.2rem!important;height:2.5rem!important;justify-content:center!important;padding:0!important;transition:all .2s ease!important;width:2.5rem!important}.admin-page .btn-reactivatee:hover,.admin-panel .btn-reactivatee:hover{background:#059669!important;box-shadow:0 4px 8px #00000026!important;transform:translateY(-2px)!important}.admin-page .btn-reactivatee svg,.admin-panel .btn-reactivatee svg{height:1.3rem!important;width:1.3rem!important}.admin-page .action-buttons .btn-reactivatee,.admin-panel .action-buttons .btn-reactivatee{margin:0!important}.btn-reactivatee{font-size:0!important}.btn-reactivatee svg{font-size:1.2rem!important}
/*# sourceMappingURL=main.6bd6ffa1.css.map*/