/* 捲軸美化 */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #0b1120; }
::-webkit-scrollbar-thumb { background: #D4AF37; border-radius: 3px; }

/* 修正閃現與重疊 */
#preloader { touch-action: none; }
.hero-content { pointer-events: none; }
.activity-row { overflow: hidden; }

/* 房源容器強制不換行 */
.properties-scroll-container {
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
}