.action-bar{position:absolute;bottom:80px;right:4px;display:flex;flex-direction:column;align-items:center;gap:18px;z-index:10}@media(max-width:700px){.action-bar{right:8px}}@media(max-width:560px){.action-bar{gap:12px}}@media(max-width:700px){.action-bar .ant-avatar{width:40px!important;height:40px!important}}.listing-scope-wrapper{position:relative;display:flex;justify-content:center}.listing-scope-compact{width:54px;height:54px;border:none;border-radius:50%;background:linear-gradient(180deg,#4ea9ff,#2e77d0);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 20px rgba(24,84,163,.26)}@media(max-width:700px){.listing-scope-compact{width:40px;height:40px}}.listing-scope-compact span{font-size:28px}@media(max-width:700px){.listing-scope-compact span{font-size:22px}}.listing-scope-trigger{border:0;background:rgba(0,0,0,0);padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer}.listing-scope-avatar-wrap{position:relative;display:inline-flex}.listing-scope-avatar-wrap .listing-scope-badge{position:absolute;bottom:0;right:0;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.22);display:flex;align-items:center;justify-content:center;font-size:11px;line-height:1;pointer-events:none}@media(max-width:700px){.listing-scope-avatar-wrap .listing-scope-badge{width:16px;height:16px;font-size:9px}}.listing-scope-popover{position:absolute;right:58px;top:30px;display:flex;flex-direction:column;align-items:flex-end;gap:6px;z-index:20}@media(max-width:700px){.listing-scope-popover{right:46px}}.listing-scope-close{position:absolute;top:-4px;left:-4px;width:20px;height:20px;border:0;border-radius:50%;background:#fff;color:#e74c3c;font-size:12px;cursor:pointer;line-height:1;box-shadow:0 2px 8px rgba(0,0,0,.18);display:flex;align-items:center;justify-content:center;z-index:21}.listing-scope-options{min-width:136px;background:#f5f6f8;border-radius:16px;box-shadow:0 8px 20px rgba(0,0,0,.16);overflow:hidden}.listing-scope-option{width:100%;border:0;background:rgba(0,0,0,0);color:#343a40;text-align:left;font-size:14px;padding:10px 14px;cursor:pointer;display:flex;align-items:center;gap:8px}.listing-scope-option .option-icon{font-style:normal;flex-shrink:0;font-size:15px}.listing-scope-option:hover{background:hsla(0,0%,100%,.7)}.listing-scope-option.active{color:#e74c3c;font-weight:600}.action-btn{width:48px;height:48px;border-radius:50%;background:#181c23;border:none;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.18);cursor:pointer;transition:all .3s ease;padding:0}@media(max-width:980px){.action-btn{width:40px;height:40px}}@media(max-width:560px){.action-btn{width:32px;height:32px}}.action-btn:hover{background:#232a36;transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.25)}.action-btn:active{transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.18)}.action-btn .action-btn-icon,.action-btn svg{width:20px;height:20px;display:block;color:#fff;fill:currentColor;flex-shrink:0}@media(max-width:980px){.action-btn .action-btn-icon,.action-btn svg{width:16px;height:16px}}@media(max-width:560px){.action-btn .action-btn-icon,.action-btn svg{width:14px;height:14px}}.avatar-logo{object-fit:cover;border:2px solid #d9d9d9;background-color:#fff;transition:all .3s ease}.avatar-logo:hover{border-color:#40a9ff;transform:scale(1.05);box-shadow:0 4px 12px rgba(64,169,255,.2)}.logo-btn{background:#fff;border:2px solid #181c23}.logo-btn:hover{background:#f8f9fa;border-color:#232a36;transform:translateY(-2px)}.logo-btn img,.logo-btn svg{color:#181c23;background:none}.action-zoom-btn{display:flex;flex-direction:column;border-radius:30px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.18)}.action-zoom-btn .action-btn{border-radius:0;box-shadow:none;padding:12px 0}@media(max-width:560px){.action-zoom-btn .action-btn{padding:10px 0}}.action-zoom-btn .action-btn:first-child{border-bottom:1px solid #4f4f4f}.action-zoom-btn .action-btn:hover{transform:none;box-shadow:none}.action-zoom-btn:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.25)}.action-zoom-btn:hover .action-btn{background:#232a36}@keyframes ripple{0%{transform:scale(0);opacity:1}to{transform:scale(4);opacity:0}}.action-btn{position:relative;overflow:hidden}.action-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:hsla(0,0%,100%,.5);transform:translate(-50%,-50%);transition:all .3s ease}.action-btn:active:before{width:120px;height:120px;opacity:0;transition:0s}.btn-group{display:flex;flex-wrap:wrap;gap:8px}@media(max-width:768px){.btn-group{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}}.btn-group button{font-family:Open Sans,sans-serif;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:center;padding:6px 16px;border:none;border-radius:999px;background:#fff;color:#333;font-weight:400;cursor:pointer;line-height:1.4;font-size:14px;outline:none}@media(max-width:600px){.btn-group button{font-size:12px;padding:3px 12px}}.btn-group button img{display:block;width:24px;height:24px;object-fit:contain;transition:filter .2s;filter:none}.btn-group button:active{border:none}.btn-group button:active,.btn-group button:hover{background:#e53935!important;color:#fff!important}.btn-group button:hover svg g,.btn-group button:hover svg path{stroke:currentColor!important;fill:currentColor!important}.btn-group button:focus-visible{outline:none!important}.btn-group .btn-active{background:#e53935;color:#fff;box-shadow:none}.btn-group .btn-active svg g,.btn-group .btn-active svg path{stroke:currentColor!important;fill:currentColor!important}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:normal;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.property-swiper-wrapper{background:#fff;border-radius:24px 24px 0 0;text-align:center;position:absolute;width:70%;max-width:980px;min-width:600px;bottom:0;left:50%;transform:translateX(-50%);color:#000;padding:1rem 4rem}@media(max-width:1100px){.property-swiper-wrapper{padding:1rem 2rem}}@media(max-width:980px){.property-swiper-wrapper{min-width:540px;padding:1rem 3rem}}@media(max-width:700px){.property-swiper-wrapper{min-width:300px;max-width:450px;padding:1rem 2.5rem;width:90%}}@media(max-width:560px){.property-swiper-wrapper{padding:1rem 1.5rem}}.property-swiper-wrapper h2{font-size:20px;font-weight:600}@media(max-width:700px){.property-swiper-wrapper h2{font-size:17px}}@media(max-width:560px){.property-swiper-wrapper h2{font-size:14px}.property-swiper-wrapper p{font-size:13px}}.property-swiper-wrapper .swiper{margin-top:24px}@media(max-width:1100px){.property-swiper-wrapper .swiper{margin-top:16px}}.swiper-wrapper{position:relative}.property-swiper-card{position:relative;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08);border-radius:12%}.property-swiper-commission,.property-swiper-tag{position:absolute;top:12px;right:12px;width:36px;height:36px}.property-swiper-price{position:absolute;border:1px solid #fff;left:50%;width:90%;text-align:center;transform:translateX(-50%);bottom:16px;background:rgba(34,34,34,.8);color:#fff;border-radius:30px;padding:6px 8px;font-size:clamp(10px,2vw,12px);font-weight:700;gap:2px}.property-swiper-price sup{font-size:12px;margin-left:2px}.property-swiper-image{aspect-ratio:1/1;background-size:cover;background-position:50%;background-repeat:no-repeat}.property-swiper-navigation{display:flex;justify-content:space-between;gap:16px;margin-bottom:12px}.swiper-navigation{position:absolute;bottom:20%;z-index:5;background:rgba(0,0,0,0);outline:none;border:none;width:2.5%}@media(max-width:980px){.swiper-navigation{width:4.5%}}.swiper-navigation:hover{cursor:pointer}.swiper-navigation img{width:100%;height:100%;display:block}.swiper-navigation.custom-swiper-next{right:1.5%}.swiper-navigation.custom-swiper-prev{left:1.5%}.search-bar{display:flex;align-items:center;background:#fff;border-radius:999px;box-shadow:0 1px 4px rgba(0,0,0,.04);border:1px solid #eee;padding:.25rem .5rem .25rem 1rem;width:100%;max-width:500px;height:44px}@media(max-width:980px){.search-bar{max-width:100%}}.search-icon{display:flex;align-items:center;margin-right:.5rem}.search-input{flex:1 1;border:none;outline:none;font-size:1rem;background:rgba(0,0,0,0);color:#333;font-family:Public Sans,sans-serif;width:100%}@media(max-width:600px){.search-input{font-size:.8rem}}.search-btn{background:#ed1c24;color:#fff;border:none;border-radius:999px;padding:.5rem 1.25rem;font-size:1rem;font-weight:500;cursor:pointer;margin-left:.5rem;transition:background .2s;width:max-content}@media(max-width:600px){.search-btn{font-size:.8rem}}.search-btn:hover{background:#c4161c}.filter-btn{background:rgba(0,0,0,0);border:none;cursor:pointer;margin-left:.5rem}.filter-btn img{width:24px;height:24px}.modal-custom-wrapper .ant-modal-content{padding:10px;text-align:center;border-radius:16px;overflow:hidden;box-shadow:0 12px 40px rgba(0,0,0,.15);border:1px solid #f0f0f0}.modal-custom-wrapper .ant-modal-body{padding:0}.qrImageWrapper{margin-bottom:16px}.qrImage{display:block;margin:0 auto}.qrText{margin-bottom:8px;color:#333;font-weight:500;font-family:Public Sans,sans-serif}.share-article-modal .ant-modal-content{border-radius:16px;overflow:hidden}.share-article-modal-wrapper{padding:20px 24px 24px;text-align:center;font-family:Public Sans,sans-serif}.share-article-modal-wrapper .share-article-title{font-weight:700;font-size:18px;margin-bottom:8px;color:#222}.share-article-modal-wrapper .share-article-subtitle{color:#666;font-size:13px;margin-bottom:16px}.share-article-modal-wrapper .share-article-qr{display:flex;justify-content:center;margin-bottom:16px}.share-article-modal-wrapper .share-article-url{word-break:break-all;background:#f8f9fa;padding:10px 12px;border-radius:10px;font-size:12px;color:#333;margin-bottom:16px;border:1px solid #e9ecef;pointer-events:auto}.share-article-modal-wrapper .share-article-url span{color:#1890ff;text-decoration:underline;cursor:pointer}.share-article-modal-wrapper .share-article-actions{display:flex;justify-content:center;gap:8px}.share-article-modal-wrapper .share-article-actions .share-article-close-btn,.share-article-modal-wrapper .share-article-actions .share-article-copy-btn{border-radius:999px}.storeLinks{display:flex;justify-content:center;gap:12px;margin-top:16px}.storeLinks a{background-color:#000;border:1px solid #fff;border-radius:6px;display:flex;align-items:center}.share-map-modal-wrapper{display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px;background:#fff;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.12);border:1px solid #f0f0f0}.share-map-modal-wrapper .share-map-modal-title{font-weight:500;font-size:16px;margin-bottom:16px;color:#333}.share-map-modal-wrapper .share-map-modal-input-wrapper{display:flex;justify-content:center;align-items:center;gap:8px;width:100%;max-width:350px}.share-map-modal-wrapper .share-map-modal-input-wrapper input{text-align:center;font-family:Public Sans,sans-serif}.share-map-modal-wrapper .share-map-modal-input-wrapper .share-map-modal-btn-search{width:auto;border-radius:999px;font-size:14px}.share-map-modal-wrapper .share-map-modal-input{flex:1 1;background:#fff7f0;border-radius:8px;height:40px;border:1px solid #e8e8e8;transition:border-color .2s ease}.share-map-modal-wrapper .share-map-modal-input:focus{border-color:#eb2525;box-shadow:0 0 0 2px rgba(235,37,37,.1)}.share-map-modal-wrapper .share-map-modal-input::-webkit-inner-spin-button,.share-map-modal-wrapper .share-map-modal-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.share-map-modal-wrapper .share-map-modal-input[type=number]{-moz-appearance:textfield}.share-map-modal-wrapper .share-map-modal-btn-wrapper{display:flex;justify-content:center;width:100%;margin-top:16px}.share-map-modal-wrapper .share-map-modal-btn{background:#eb2525;border:none;border-radius:24px;width:200px;height:40px;font-weight:500;transition:all .2s ease}.share-map-modal-wrapper .share-map-modal-btn:hover{background:#d42424;transform:translateY(-1px);box-shadow:0 4px 12px rgba(235,37,37,.3)}.share-map-modal-wrapper .share-map-modal-btn:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.share-map-modal-wrapper .share-map-modal-error{color:#ff4d4f;font-size:12px;margin-top:8px;text-align:center;font-family:Public Sans,sans-serif;background:#fff2f0;border:1px solid #ffccc7;border-radius:6px;padding:8px 12px;max-width:350px;margin-left:auto;margin-right:auto}.share-map-modal-result{display:flex;align-items:center;justify-content:center;margin-top:16px;margin-bottom:16px;width:100%;max-width:300px;min-width:250px;padding:12px 16px;background:#f8f9fa;border-radius:12px;border:1px solid #e9ecef;transition:all .2s ease;cursor:pointer}.share-map-modal-result:hover{background:#e9ecef;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.share-map-modal-result-wrapper .share-map-modal-result-phone{display:flex;align-items:center;justify-content:center;margin-top:16px;width:100%}.share-map-modal-result-wrapper .share-map-modal-result-phone button{width:100%;border-radius:999px;background-color:#eb2525;color:#fff}.share-map-modal-result-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;margin-right:12px;border:2px solid #fff;box-shadow:0 2px 8px rgba(0,0,0,.1)}.share-map-modal-result-name{color:#333}.share-map-modal-result-name,.share-map-modal-result-not-found{font-weight:500;font-family:Public Sans,sans-serif;font-size:14px}.share-map-modal-result-not-found{display:flex;align-items:center;justify-content:center;margin-top:16px;width:100%;max-width:300px;padding:12px 16px;background:#fff3cd;border:1px solid #ffeaa7;border-radius:12px;color:#856404}.property-detail-modal-wrapper{z-index:1000;position:fixed;inset:0;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;padding:16px}.property-detail-modal-wrapper .modal-custom-wrapper.property-detail-modal{background:#fff;border-radius:24px;box-shadow:0 8px 32px rgba(0,0,0,.18);max-width:900px;min-width:400px;width:90vw;max-width:min(900px,90vw);margin:0 16px;position:relative;overflow:hidden}.property-detail-modal-wrapper .modal-content{padding:0 0 32px;position:relative;max-height:90vh;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.property-detail-modal-wrapper .modal-content::-webkit-scrollbar{display:none}.property-detail-modal-wrapper .modal-close-btn{position:absolute;top:20px;right:20px;border:none;border-radius:50%;width:40px;height:40px;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.12);font-size:24px;z-index:2;background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#333;transition:all .2s ease}.property-detail-modal-wrapper .modal-close-btn:hover{background:#fff;transform:scale(1.05)}.property-detail-modal-wrapper .modal-image-block{position:relative}.property-detail-modal-wrapper .modal-image-block .image,.property-detail-modal-wrapper .modal-image-block .video{width:100%;height:100%;object-fit:cover}.property-detail-modal-wrapper .modal-main-img{width:100%;aspect-ratio:16/9;height:auto;background-position:50%;background-size:cover;background-repeat:no-repeat;box-shadow:0 2px 12px rgba(0,0,0,.08)}.property-detail-modal-wrapper .modal-thumbnails-row{display:flex;align-items:center;margin:18px 32px 0}.property-detail-modal-wrapper .modal-thumb-arrow{background:rgba(0,0,0,0);-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:50%;color:#888;margin:0 12px;cursor:pointer;transition:background .2s}.property-detail-modal-wrapper .modal-thumb-arrow img{display:block;width:16px;height:24px}.property-detail-modal-wrapper .modal-thumbnails{display:flex;gap:10px;flex:1 1;justify-content:center}@media(max-width:575px){.property-detail-modal-wrapper .modal-thumbnails{justify-content:flex-start;width:14%;overflow:scroll}}.property-detail-modal-wrapper .modal-thumbnail-wrapper{position:relative;display:inline-block}.property-detail-modal-wrapper .modal-thumbnail{width:72px;height:48px;object-fit:cover;border-radius:8px;border:2px solid rgba(0,0,0,0);cursor:pointer;transition:border .2s}.property-detail-modal-wrapper .modal-thumbnail.active{border:2px solid #00c070}.property-detail-modal-wrapper .media-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(0,0,0,.6);border-radius:4px;padding:2px 6px;display:flex;align-items:center;justify-content:center}.property-detail-modal-wrapper .media-icon.video-icon svg{width:12px;height:12px}.property-detail-modal-wrapper .media-icon.view360-icon span{color:#fff;font-size:10px;font-weight:600}.property-detail-modal-wrapper .modal-user-center{display:flex;flex-direction:column;align-items:center;margin-top:18px;margin-bottom:8px}.property-detail-modal-wrapper .modal-info-row{display:grid;grid-template-columns:2fr 1fr;grid-gap:12px;gap:12px;margin-bottom:8px;width:100%}.property-detail-modal-wrapper .divider{border-bottom:1px solid #f2f2f2;margin-bottom:2rem;width:calc(100% - 64px);margin-inline:auto}@media(max-width:575px){.property-detail-modal-wrapper .divider{margin-bottom:1rem}}.property-detail-modal-wrapper .modal-user-row{display:flex;align-items:center;gap:12px;padding:18px 32px 1.5rem;margin-bottom:8px;width:100%}.property-detail-modal-wrapper .modal-user-avatar{width:40px;height:40px;border-radius:50%;margin:0;border:2px solid #e6faf1}.property-detail-modal-wrapper .modal-user-name{font-weight:600;font-size:16px;margin:0 12px 0 0;color:#222}.property-detail-modal-wrapper .modal-user-phone{margin-left:auto;font-family:Public Sans,sans-serif;background:#21c97a;color:#fff;border:none;border-radius:24px;padding:8px 20px 8px 14px;font-weight:700;font-size:16px;display:flex;align-items:center;gap:8px;box-shadow:0 2px 8px rgba(33,201,122,.1);cursor:pointer;transition:background .2s}@media(max-width:575px){.property-detail-modal-wrapper .modal-user-phone{font-size:14px}}@media(max-width:768px){.property-detail-modal-wrapper{padding:8px}.property-detail-modal-wrapper .modal-custom-wrapper.property-detail-modal{width:100%;max-width:100%;margin:0;border-radius:16px;min-width:300px}.property-detail-modal-wrapper .modal-content{max-height:95vh;scrollbar-width:none;-ms-overflow-style:none}.property-detail-modal-wrapper .modal-content::-webkit-scrollbar{display:none}.property-detail-modal-wrapper .modal-info{padding:0 16px}.property-detail-modal-wrapper .modal-user-row{padding:1rem}.property-detail-modal-wrapper .modal-thumbnails-row{margin:18px 0 0}}.property-detail-modal-wrapper .modal-user-phone img{width:20px;height:20px}.property-detail-modal-wrapper .modal-user-phone:hover{background:#1bb06a}.property-detail-modal-wrapper .modal-info{padding:0 32px;color:#333;text-align:left}@media(max-width:575px){.property-detail-modal-wrapper .modal-info{padding:0 1rem}}.property-detail-modal-wrapper .breadcrum{font-size:14px}.property-detail-modal-wrapper .modal-title{font-weight:600;font-size:24px;margin-bottom:8px}@media(max-width:575px){.property-detail-modal-wrapper .modal-title{font-size:16px}}.property-detail-modal-wrapper .modal-address{color:#888;font-size:14px;margin-bottom:10px}.property-detail-modal-wrapper .modal-address>div{display:flex;align-items:center;gap:4px}.property-detail-modal-wrapper .modal-price-row{display:flex;flex-direction:column;align-items:flex-end;gap:18px;margin-bottom:18px}@media(max-width:575px){.property-detail-modal-wrapper .modal-price-row{height:100%;align-self:stretch;justify-content:space-evenly}}.property-detail-modal-wrapper .modal-price-left{font-size:24px;font-weight:600;display:flex;align-items:center;gap:.5rem}@media(max-width:575px){.property-detail-modal-wrapper .modal-price-left{font-size:16px}}.property-detail-modal-wrapper .modal-price-left .dot{width:4px;height:4px;background-color:#828282;border-radius:50%}.property-detail-modal-wrapper .modal-price-left .modal-price{color:#eb2525}.property-detail-modal-wrapper .modal-price-left .modal-area{color:#222}.property-detail-modal-wrapper .modal-views{margin-left:auto;color:#888;font-size:14px;display:flex;gap:1rem}.property-detail-modal-wrapper .modal-views-icon{border-radius:999px;font-size:14px;border:1.5px solid #e0e0e0;background:#fff;display:inline-flex;gap:.5rem;align-items:center;justify-content:center;padding:.4rem 1rem;box-sizing:border-box;transition:box-shadow .2s;color:#000}.property-detail-modal-wrapper .modal-views-icon:hover{box-shadow:0 1px 6px rgba(0,0,0,.2);cursor:pointer}.property-detail-modal-wrapper .modal-views-icon .heart-active{color:#eb2525}.property-detail-modal-wrapper .modal-actions{border:1.5px solid #21c97a;display:flex;align-items:center;gap:16px;margin-bottom:24px;padding:.5rem 1rem;border-radius:8px;font-size:14px;background:#f8f8f8}.property-detail-modal-wrapper .modal-action-per{color:#13ba65;background:rgba(19,186,101,.2);padding:.5rem 1rem;border-radius:30px;display:flex;gap:.5rem;align-items:center;font-weight:600}.property-detail-modal-wrapper .modal-action-btn{flex:1 1;background:#fff;font-size:15px;color:#000;font-weight:400;cursor:pointer;transition:background .2s,color .2s;padding:.5rem 1rem;border-radius:6px}.property-detail-modal-wrapper .modal-action-btn:hover{background:#f0f0f0}.property-detail-modal-wrapper .modal-desc-block{margin-bottom:18px}.property-detail-modal-wrapper .modal-desc-title{font-weight:700;font-size:17px;margin-bottom:1rem;margin-top:2rem}.property-detail-modal-wrapper .modal-desc{color:#444;font-size:15.5px;line-height:1.7}.property-detail-modal-wrapper .modal-features-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:0 1.5rem;gap:0 1.5rem;color:#444;font-size:15.5px;margin-top:8px}@media(max-width:575px){.property-detail-modal-wrapper .modal-features-grid{grid-template-columns:1fr;gap:.5rem;font-size:14.5px}}.property-detail-modal-wrapper .modal-feature-item-title{display:flex;align-items:center;gap:1rem;font-weight:500;color:#828282}.property-detail-modal-wrapper .modal-feature-item{display:grid;grid-template-columns:1fr 1fr;align-items:center;border-bottom:1px solid #f2f2f2;padding:.8rem 0}.property-detail-modal-wrapper .modal-feature-item:first-child,.property-detail-modal-wrapper .modal-feature-item:nth-child(2){border-top:1px solid #f2f2f2}@media(max-width:575px){.property-detail-modal-wrapper .modal-feature-item:first-child,.property-detail-modal-wrapper .modal-feature-item:nth-child(2){border-top:none}}.property-detail-modal-wrapper .modal-features-list{display:grid;grid-template-columns:1fr 1fr;grid-gap:0 1.5rem;gap:0 1.5rem;color:#444;font-size:15.5px;margin-top:8px}.property-detail-modal-wrapper .modal-features-list>div{display:grid;grid-template-columns:1fr auto;align-items:center;border-bottom:1px solid #f2f2f2;padding:.8rem 0}.property-detail-modal-wrapper .modal-features-list>div:first-child,.property-detail-modal-wrapper .modal-features-list>div:nth-child(2){border-top:1px solid #f2f2f2}.property-detail-modal-wrapper .check{color:#21c97a;font-weight:700;margin-left:4px;text-align:right;font-size:14px}.property-detail-modal-wrapper .cross{color:#eb2525;font-weight:700;margin-left:4px;text-align:right;font-size:14px}.property-detail-modal-wrapper .modal-user-card{display:none!important}.property-swiper-thumbs{margin:0 auto;max-width:50%;position:relative;min-width:400px}.property-swiper-thumbs .swiper-slide{display:flex;align-items:center;justify-content:center;border:2px solid rgba(0,0,0,0);cursor:pointer}.property-swiper-thumbs .swiper-slide img{object-fit:cover;border-radius:8px}.property-swiper-thumbs .swiper-slide-thumb-active{border:2px solid #00c070}.property-swiper-thumbs .swiper-button-next,.property-swiper-thumbs .swiper-button-prev{display:none}.swiper-navigation-wrapper{position:absolute;bottom:50%;display:flex;align-items:center;justify-content:center;width:100%;z-index:5;max-width:90%;min-width:530px;left:50%;transform:translateX(-50%)}.swiper-navigation-wrapper .swiper-navigation{background:hsla(0,0%,100%,.9);border:1px solid #000;width:44px;height:44px;border-radius:50%;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.swiper-navigation-wrapper .swiper-navigation:disabled{opacity:.4;cursor:not-allowed;background:hsla(0,0%,100%,.6)}.swiper-navigation-wrapper .swiper-navigation:hover:not(:disabled){background:#fff;box-shadow:0 6px 20px rgba(0,0,0,.25);transform:scale(1.05)}.swiper-navigation-wrapper .swiper-navigation:active:not(:disabled){transform:scale(.95)}.swiper-navigation-wrapper .swiper-navigation img{width:20px;height:30px;transition:transform .2s ease}.swiper-navigation-wrapper .swiper-navigation:hover:not(:disabled) img{transform:scale(1.1)}.swiper-navigation-wrapper .custom-swiper-prev{left:16px}.swiper-navigation-wrapper .custom-swiper-next{right:16px}.swiper-navigation-wrapper .property-swiper-main{position:relative}.swiper-navigation-wrapper .swiper{margin-bottom:0}.modal-action-per svg,.modal-feature-icon,.modal-user-phone svg,.modal-views-icon svg{width:20px;height:20px;display:block}.not-found-content{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 32px;text-align:center;min-height:400px}.not-found-content .not-found-icon{margin-bottom:24px;opacity:.6}.not-found-content .not-found-title{font-size:24px;font-weight:600;color:#333;margin:0 0 16px}.not-found-content .not-found-description{font-size:16px;color:#666;line-height:1.5;margin:0 0 32px;max-width:400px}.not-found-content .not-found-button{background:#00c070;color:#fff;border:none;border-radius:8px;padding:12px 32px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease}.not-found-content .not-found-button:hover{background:#00a060;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,192,112,.3)}.not-found-content .not-found-button:active{transform:translateY(0)}@media(max-width:768px){.not-found-content{padding:60px 24px;min-height:300px}.not-found-content .not-found-title{font-size:20px}.not-found-content .not-found-description{font-size:14px}.not-found-content .not-found-button{padding:10px 24px;font-size:14px}}.filter-modal-wrapper .ant-modal-content{border-radius:16px;overflow:hidden}.filter-modal-wrapper .ant-modal-header{border-bottom:1px solid #f0f0f0;padding:20px 24px 16px;margin:0}.filter-modal-wrapper .ant-modal-header .ant-modal-title{font-size:18px;font-weight:600;color:#333;font-family:Public Sans,sans-serif}.filter-modal-wrapper .ant-modal-body{padding:0 24px 24px}.filter-modal-wrapper .filter-modal-content{margin-top:16px}.filter-modal-wrapper .filter-modal-content .filter-input-group{margin-bottom:16px;display:flex;flex-direction:row;gap:16px}.filter-modal-wrapper .filter-modal-content .filter-input-group .filter-input-label{flex:1 1;display:block;margin-bottom:8px;font-size:14px;font-weight:500;color:#333;font-family:Public Sans,sans-serif;text-align:left;align-self:center}.filter-modal-wrapper .filter-modal-content .filter-input-group .filter-input{flex:3 1;height:44px;border-radius:8px;border:1px solid #d9d9d9;font-size:14px;font-family:Public Sans,sans-serif}.filter-modal-wrapper .filter-modal-content .filter-input-group .filter-input:hover{border-color:#40a9ff}.filter-modal-wrapper .filter-modal-content .filter-input-group .filter-input.ant-input-focused,.filter-modal-wrapper .filter-modal-content .filter-input-group .filter-input:focus{border-color:#1890ff;box-shadow:0 0 0 2px rgba(24,144,255,.2)}.filter-modal-wrapper .filter-modal-content .filter-input-group .filter-input .ant-input-suffix{color:#666;font-size:12px;font-weight:500}.filter-modal-wrapper .filter-modal-content .filter-button-group{display:flex;gap:12px;margin-top:24px}.filter-modal-wrapper .filter-modal-content .filter-button-group .filter-apply-btn{flex:1 1;height:44px;border-radius:8px;font-weight:500;font-size:14px;background:#1890ff;border-color:#1890ff}.filter-modal-wrapper .filter-modal-content .filter-button-group .filter-apply-btn:hover{background:#40a9ff;border-color:#40a9ff}.filter-modal-wrapper .filter-modal-content .filter-button-group .filter-apply-btn:active{background:#096dd9;border-color:#096dd9}.filter-modal-wrapper .filter-modal-content .filter-button-group .filter-cancel-btn{flex:1 1;height:44px;border-radius:8px;font-weight:500;font-size:14px;border-color:#d9d9d9;color:#666}.filter-modal-wrapper .filter-modal-content .filter-button-group .filter-cancel-btn:hover{border-color:#40a9ff;color:#40a9ff}.filter-modal-wrapper .filter-modal-content .filter-button-group .filter-clear-btn{flex:1 1;height:44px;border-radius:8px;font-weight:500;font-size:14px;border-color:#ff4d4f;color:#ff4d4f}.filter-modal-wrapper .filter-modal-content .filter-button-group .filter-clear-btn:hover{border-color:#ff7875;color:#ff7875}.filter-modal-wrapper .filter-modal-content .filter-button-group .filter-clear-btn:active{border-color:#d9363e;color:#d9363e}.user-profile-modal-wrapper .ant-modal-content{border-radius:16px;overflow:hidden}.user-profile-modal-wrapper .ant-modal-header{border-bottom:1px solid #f0f0f0;padding:20px 24px 16px;margin:0}.user-profile-modal-wrapper .ant-modal-header .ant-modal-title{font-size:18px;font-weight:600;color:#333;font-family:Public Sans,sans-serif}.user-profile-modal-wrapper .ant-modal-body{padding:0 24px 24px}.user-profile-modal-wrapper .user-profile-modal-content{margin-top:16px}.user-profile-modal-wrapper .user-profile-modal-content .error-container,.user-profile-modal-wrapper .user-profile-modal-content .loading-container,.user-profile-modal-wrapper .user-profile-modal-content .not-logged-in{text-align:center;padding:40px 20px}.user-profile-modal-wrapper .user-profile-modal-content .spinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top-color:#eb2525;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 16px}.user-profile-modal-wrapper .user-profile-modal-content p{color:#666;margin:0}.user-profile-modal-wrapper .user-profile-modal-content .user-avatar{text-align:center;margin-bottom:20px}.user-profile-modal-wrapper .user-profile-modal-content .user-avatar img{border-radius:50%;object-fit:cover}.user-profile-modal-wrapper .user-profile-modal-content .avatar-placeholder{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#eb2525,#ff6b6b);color:#fff;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:600;margin:0 auto}.user-profile-modal-wrapper .user-profile-modal-content .user-details{text-align:center;margin-bottom:24px}.user-profile-modal-wrapper .user-profile-modal-content .user-name{font-size:20px;font-weight:600;color:#333;margin:0 0 8px}.user-profile-modal-wrapper .user-profile-modal-content .user-address,.user-profile-modal-wrapper .user-profile-modal-content .user-email,.user-profile-modal-wrapper .user-profile-modal-content .user-phone{color:#666;margin:8px 0;font-size:14px}.user-profile-modal-wrapper .user-profile-modal-content .user-email:before{content:"Email: ";font-weight:500;color:#333}.user-profile-modal-wrapper .user-profile-modal-content .user-phone:before{content:"Số điện thoại: ";font-weight:500;color:#333}.user-profile-modal-wrapper .user-profile-modal-content .user-address:before{content:"Địa chỉ: ";font-weight:500;color:#333}.user-profile-modal-wrapper .user-profile-modal-content .user-actions{display:flex;flex-direction:column;gap:16px;align-items:center;width:100%;margin-top:16px}.user-profile-modal-wrapper .user-profile-modal-content .support-btn{width:auto;min-width:160px;height:44px;border-radius:999px;font-weight:500;font-size:14px;background:#1890ff;border-color:#1890ff}.user-profile-modal-wrapper .user-profile-modal-content .support-btn:hover{background:#40a9ff;border-color:#40a9ff}.user-profile-modal-wrapper .user-profile-modal-content .support-btn:active{background:#096dd9;border-color:#096dd9}.user-profile-modal-wrapper .user-profile-modal-content .logout-btn{width:auto;min-width:160px;height:44px;border-radius:999px;font-weight:500;font-size:14px;background:#ed1c24;border-color:#ed1c24;color:#fff}.user-profile-modal-wrapper .user-profile-modal-content .logout-btn:hover{background:#ff7875;border-color:#ff7875}.user-profile-modal-wrapper .user-profile-modal-content .logout-btn:active{background:#d9363e;border-color:#d9363e}.user-profile-modal{max-width:500px!important;width:90%!important;max-height:80vh!important;overflow-y:auto!important;background:#fff!important;border-radius:12px!important;box-shadow:0 4px 20px rgba(0,0,0,.15)!important}.user-profile-modal .modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e8e8e8}.user-profile-modal .modal-header h2{margin:0;font-size:18px;font-weight:600;color:#333}.user-profile-modal .modal-header .modal-close-btn{background:none;border:none;color:#666;cursor:pointer;padding:8px;border-radius:50%;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.user-profile-modal .modal-header .modal-close-btn:hover{background-color:#f5f5f5;color:#333;transform:scale(1.1)}.user-profile-modal .modal-header .modal-close-btn:active{transform:scale(.95)}.user-profile-modal .modal-header .modal-close-btn svg{width:16px;height:16px}.user-profile-modal .modal-body{padding:24px}.register-modal-wrapper{font-family:Public Sans,sans-serif}.register-modal-wrapper .ant-modal-content{padding:0;border-radius:16px;overflow:hidden}.register-modal-wrapper .register-modal-container{display:grid;grid-template-columns:20rem 1fr;min-height:400px;width:100%}.register-modal-wrapper .register-modal-container .register-modal-left{flex:1 1;background:#cbe8ff;border-radius:16px 0 0 16px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:3rem 0 0}.register-modal-wrapper .register-modal-container .register-modal-left .register-modal-logo{margin-bottom:16px;width:70%;object-fit:contain;height:unset}.register-modal-wrapper .register-modal-container .register-modal-left .register-modal-bottom{width:100%;object-fit:contain;height:unset}.register-modal-wrapper .register-modal-container .register-modal-right{padding:4rem 1.5rem 1rem;flex:2 1;display:flex;flex-direction:column;justify-content:center}.register-modal-wrapper .register-modal-container .register-modal-right .register-modal-welcome{font-weight:500;font-size:16px;text-align:left}.register-modal-wrapper .register-modal-container .register-modal-right .register-modal-title{font-weight:500;font-size:24px;margin-bottom:16px;text-align:left}.register-modal-wrapper .register-modal-container .register-modal-right .register-modal-input{margin-bottom:16px;border-radius:8px;border:1px solid #333;padding:.8rem 1rem;gap:.8rem}.register-modal-wrapper .register-modal-container .register-modal-right .register-modal-input:before{content:none}.register-modal-wrapper .register-modal-container .register-modal-right .register-modal-input input::placeholder{color:#828282}.register-modal-wrapper .register-modal-container .register-modal-right .register-modal-checkbox-row-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.register-modal-wrapper .register-modal-container .register-modal-right .register-modal-checkbox-row{display:flex;align-items:center}.register-modal-wrapper .register-modal-container .register-modal-right .register-modal-checkbox-label{margin-left:8px;font-size:14px;color:#4f4f4f}.register-modal-wrapper .register-modal-container .register-modal-right .forgot-password-link{color:#eb2525}.register-modal-wrapper .register-modal-container .register-modal-right .register-modal-link{color:#eb2525;text-decoration:underline;font-weight:700}.register-modal-wrapper .register-modal-container .register-modal-right .register-modal-submit{background:#eb2525!important;border-radius:24px!important;font-weight:600!important;border:none;height:50px;border-radius:8px!important}.register-modal-wrapper .register-modal-container .register-modal-right .register-modal-or{text-align:center;margin:1.5rem 0;display:flex;align-items:center;gap:1rem;color:#828282}.register-modal-wrapper .register-modal-container .register-modal-right .register-modal-or:after,.register-modal-wrapper .register-modal-container .register-modal-right .register-modal-or:before{content:"";border-bottom:1px solid #e0e0e0;display:block;flex:1 1}.register-modal-wrapper .register-modal-container .register-modal-right .register-modal-social-row{display:flex;justify-content:center;gap:16px;margin-bottom:8px}.register-modal-wrapper .register-modal-container .register-modal-right .register-modal-social-row button{padding:.2rem 1rem;flex:1 1;display:flex;align-items:center;justify-content:center;border-radius:10px;height:auto}.register-modal-wrapper .register-modal-container .register-modal-right .register-modal-social-row .ant-btn-icon{display:flex;width:36px;height:36px}.register-modal-wrapper .register-modal-container .register-modal-right .register-modal-social-row img{object-fit:contain;display:block;width:36px;height:36px}.register-modal-wrapper .register-modal-container .register-modal-right .register-modal-login-link{text-align:center;margin-top:4rem}.register-modal-wrapper.mobile .ant-modal-content{border-radius:12px}.register-modal-wrapper.mobile .register-modal-container{display:flex;flex-direction:column;grid-template-columns:none;min-height:auto;width:100%}.register-modal-wrapper.mobile .register-modal-container .register-modal-right.mobile{padding:2rem 1.5rem;flex:none;width:100%}.register-modal-wrapper.mobile .register-modal-container .register-modal-right.mobile .register-modal-mobile-header{display:flex;justify-content:center;margin-bottom:2rem}.register-modal-wrapper.mobile .register-modal-container .register-modal-right.mobile .register-modal-mobile-header .register-modal-mobile-logo{width:80px;height:80px;object-fit:contain}.register-modal-wrapper.mobile .register-modal-container .register-modal-right.mobile .register-modal-welcome{text-align:center;font-size:18px;margin-bottom:8px}.register-modal-wrapper.mobile .register-modal-container .register-modal-right.mobile .register-modal-title{text-align:center;font-size:20px;margin-bottom:2rem}.register-modal-wrapper.mobile .register-modal-container .register-modal-right.mobile .register-modal-input{margin-bottom:1rem;height:48px}.register-modal-wrapper.mobile .register-modal-container .register-modal-right.mobile .register-modal-checkbox-row-container{justify-content:center;margin-bottom:1.5rem}.register-modal-wrapper.mobile .register-modal-container .register-modal-right.mobile .register-modal-submit{height:48px;margin-bottom:1rem}.register-modal-wrapper.mobile .register-modal-container .register-modal-right.mobile .register-modal-or{margin:1.5rem 0}.register-modal-wrapper.mobile .register-modal-container .register-modal-right.mobile .register-modal-social-row{gap:12px;margin-bottom:1rem}.register-modal-wrapper.mobile .register-modal-container .register-modal-right.mobile .register-modal-social-row button{flex:1 1;height:44px}.register-modal-wrapper.mobile .register-modal-container .register-modal-right.mobile .register-modal-login-link{margin-top:2rem;font-size:14px}@media(max-width:768px){.register-modal-wrapper:not(.mobile) .register-modal-container{grid-template-columns:1fr}.register-modal-wrapper:not(.mobile) .register-modal-container .register-modal-left{display:none}.register-modal-wrapper:not(.mobile) .register-modal-container .register-modal-right{padding:3rem 2rem 2rem}}@media(max-width:480px){.register-modal-wrapper.mobile .ant-modal-content{margin:16px;border-radius:8px}.register-modal-wrapper.mobile .register-modal-container .register-modal-right.mobile{padding:1.5rem 1rem}.register-modal-wrapper.mobile .register-modal-container .register-modal-right.mobile .register-modal-mobile-header{margin-bottom:1.5rem}.register-modal-wrapper.mobile .register-modal-container .register-modal-right.mobile .register-modal-mobile-header .register-modal-mobile-logo{width:60px;height:60px}.register-modal-wrapper.mobile .register-modal-container .register-modal-right.mobile .register-modal-welcome{font-size:16px}.register-modal-wrapper.mobile .register-modal-container .register-modal-right.mobile .register-modal-title{font-size:18px;margin-bottom:1.5rem}.register-modal-wrapper.mobile .register-modal-container .register-modal-right.mobile .register-modal-input{height:44px;margin-bottom:.8rem}.register-modal-wrapper.mobile .register-modal-container .register-modal-right.mobile .register-modal-submit{height:44px}.register-modal-wrapper.mobile .register-modal-container .register-modal-right.mobile .register-modal-social-row{gap:8px}.register-modal-wrapper.mobile .register-modal-container .register-modal-right.mobile .register-modal-social-row button{height:40px}}.support-modal-wrapper .ant-modal-content{border-radius:16px;overflow:hidden}.support-modal-container{padding:32px;background:#fff}.support-modal-header{text-align:center;margin-bottom:32px}.support-modal-header .support-modal-logo{margin-bottom:16px}.support-modal-header .support-modal-title{color:#1976d2;font-size:20px;font-weight:600;margin:0;line-height:1.4}.support-modal-form .support-modal-form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}@media(max-width:768px){.support-modal-form .support-modal-form-row{grid-template-columns:1fr;gap:0}}.support-modal-form .support-modal-form-item{margin-bottom:24px}.support-modal-form .support-modal-form-item .ant-form-item-label>label{font-weight:500;color:#333;font-size:14px}.support-modal-form .support-modal-form-item .ant-form-item-required:before{display:none!important}.support-modal-form .support-modal-form-item-full{margin-bottom:24px}.support-modal-form .support-modal-form-item-full .ant-form-item-label>label{font-weight:500;color:#333;font-size:14px}.support-modal-form .support-modal-form-item-full .ant-form-item-required:before{display:none!important}.support-modal-form .support-modal-input,.support-modal-form .support-modal-textarea{border-radius:8px;border:1px solid #d9d9d9}.support-modal-form .support-modal-input:focus,.support-modal-form .support-modal-input:hover,.support-modal-form .support-modal-textarea:focus,.support-modal-form .support-modal-textarea:hover{border-color:#1976d2;box-shadow:0 0 0 2px rgba(25,118,210,.1)}.support-modal-form .support-modal-input::placeholder,.support-modal-form .support-modal-textarea::placeholder{color:#bfbfbf}.support-modal-form .support-modal-textarea{resize:none}.support-modal-submit-container{text-align:center;margin-bottom:0}.support-modal-submit{background:#1976d2;border-color:#1976d2;border-radius:8px;height:48px;font-weight:600;font-size:16px;min-width:200px}.support-modal-submit:hover{background:#1565c0;border-color:#1565c0}.support-modal-submit:focus{background:#1976d2;border-color:#1976d2}@media(max-width:768px){.support-modal-container{padding:24px 16px}.support-modal-header{margin-bottom:24px}.support-modal-header .support-modal-title{font-size:18px}}.mobile-app-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.mobile-app-modal{background:#fff;border-radius:16px;max-width:400px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{display:flex;justify-content:flex-end;padding:16px 20px 0}.close-btn{background:none;border:none;cursor:pointer;padding:8px;border-radius:50%;color:#6b7280;transition:all .2s ease}.close-btn:hover{background-color:#f3f4f6;color:#374151}.close-btn:active{transform:scale(.95)}.modal-content{padding:0 20px 24px;text-align:center}.app-icon{margin-bottom:20px}.app-icon img{width:80px;height:80px;border-radius:16px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.modal-title{font-size:24px;font-weight:700;color:#111827;margin:0 0 12px;line-height:1.3}.modal-description{font-size:16px;color:#6b7280;margin:0 0 24px;line-height:1.5}.action-buttons{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.loading-spinner{display:flex;justify-content:center;align-items:center;margin-bottom:20px}.loading-spinner .spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-text{margin:0;color:#6b7280;font-size:16px;font-weight:500}.smart-banner{margin:16px 0;padding:12px;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #0ea5e9;border-radius:12px}.smart-banner meta{display:none}.modal-footer{margin-top:20px;padding-top:16px;border-top:1px solid #e5e7eb}.modal-footer .footer-text{margin:0;font-size:14px;color:#9ca3af;line-height:1.5}.app-status{display:flex;align-items:center;justify-content:center;margin-bottom:16px;padding:12px;border-radius:12px;font-size:14px;font-weight:500}.app-status.installed{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#166534;border:1px solid #22c55e}.app-status.not-installed{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;border:1px solid #f59e0b}.app-status.checking{background:linear-gradient(135deg,#e0f2fe,#bae6fd);color:#0c4a6e;border:1px solid #0ea5e9}.btn-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;padding:16px 24px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 6px -1px rgba(59,130,246,.3);position:relative;overflow:hidden}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 15px -3px rgba(59,130,246,.4)}.btn-primary:active{transform:translateY(0)}.btn-primary:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:hsla(0,0%,100%,.3);transform:translate(-50%,-50%);transition:width .6s,height .6s}.btn-primary:active:before{width:300px;height:300px}.btn-store{display:flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,#1f2937,#111827);color:#fff;border:none;padding:16px 24px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 6px -1px rgba(0,0,0,.3)}.btn-store:hover{transform:translateY(-2px);box-shadow:0 8px 15px -3px rgba(0,0,0,.4)}.btn-store .store-icon{width:20px;height:20px}.btn-secondary{background:#fff;color:#374151;border:2px solid #e5e7eb;padding:14px 24px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-secondary:hover{border-color:#d1d5db;background-color:#f9fafb}.btn-secondary:active{transform:scale(.98)}.app-info{border-top:1px solid #e5e7eb;padding-top:20px;margin-bottom:20px}.app-info p{font-size:14px;color:#9ca3af;margin:0 0 16px}.universal-link-info{background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #f59e0b;border-radius:12px;padding:16px;margin-top:16px}.universal-link-info .info-text{margin:0;font-size:14px;color:#92400e;line-height:1.5}.universal-link-info .info-text strong{font-weight:600}.store-buttons{display:flex;gap:12px;justify-content:center}.store-link{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#374151;padding:12px;border-radius:8px;transition:all .2s ease;background-color:#524e4e}.store-link:hover{background-color:#f3f4f6;transform:translateY(-2px)}.store-link img{margin-bottom:4px;object-fit:contain;width:80%}.store-link span{font-size:12px;font-weight:500}@media(max-width:480px){.mobile-app-modal{margin:10px;max-height:95vh}.modal-content{padding:0 16px 20px}.modal-title{font-size:22px}.modal-description{font-size:15px}.btn-primary,.btn-secondary{padding:14px 20px;font-size:15px}.store-buttons{flex-direction:column;gap:8px}}@media(prefers-color-scheme:dark){.mobile-app-modal{background:#1f2937;color:#fff}.modal-title{color:#000}.modal-description{color:#d1d5db}.app-checking{background-color:#374151;border-color:#4b5563}.app-checking p{color:#d1d5db}.btn-secondary{background:#374151;color:#f9fafb;border-color:#4b5563}.btn-secondary:hover{background-color:#4b5563;border-color:#6b7280}.app-info{border-top-color:#4b5563}.store-link{color:#f9fafb}.store-link:hover{background-color:#374151}.universal-link-info{background:linear-gradient(135deg,#451a03,#78350f);border-color:#f59e0b}.universal-link-info .info-text{color:#fbbf24}}